#71A6EB

Color #71A6EB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #71A6EB

Tints of Jordy Blue #71A6EB

Color information

#71A6EB (or 0x71A6EB) is unknown color: approx Jordy Blue. HEX triplet: 71, A6 and EB. RGB value is (113,166,235). Sum of RGB (Red+Green+Blue) = 113+166+235=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #71A6EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A6EB is #8E5914. Grayscale: #9D9D9D. Windows color (decimal): -9328917 or 15443569. OLE color: 15443569.

HSL color Cylindrical-coordinate representation of color #71A6EB: hue angle of 213.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A6EB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113166235-
CMYK0.520.2900.08
HSL213.93º75.31%68.24%-
HSV(B)213.93º51.91%92.16%-
XYZ35.4436.7883.83-
YUV158.02171.4495.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 21.98%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=21.98%
G=32.30%
B=45.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131662350.520.2900.08213.9375.3168.24
Hex71A6EB341D08d64b44
Octal1612463536435010326113104
Binary1110001101001101110101111010011101010001101011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A6EB; }

 p { color: rgb(113,166,235); }

 H1.HeaderClassName
 {
   color: #71A6EB;
 }
 .AnyTagClassName
 {
   color: #71A6EB;
 }
</style>
background-color css

<style>
 a { background-color: #71A6EB; }

 a { background-color: rgb(113,166,235); }

 div.DivClassName
 {
   background-color: #71A6EB;
 }
 .BgClassName
 {
   background-color: #71A6EB;
 }
</style>
border-color css

<style>
 span { border-color: #71A6EB; }

 span { border-color: rgb(113,166,235); }

 td.TdClassName
 {
   border-color: #71A6EB;
 }
 .TagClassName
 {
   border-color: #71A6EB;
 }
</style>