#71B1E2

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

Shades of Jordy Blue #71B1E2

Tints of Jordy Blue #71B1E2

Color information

#71B1E2 (or 0x71B1E2) is unknown color: approx Jordy Blue. HEX triplet: 71, B1 and E2. RGB value is (113,177,226). Sum of RGB (Red+Green+Blue) = 113+177+226=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #71B1E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1E2 is #8E4E1D. Grayscale: #A3A3A3. Windows color (decimal): -9326110 or 14856561. OLE color: 14856561.

HSL color Cylindrical-coordinate representation of color #71B1E2: hue angle of 206.02º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71B1E2 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113177226-
CMYK0.50.2200.11
HSL206.02º66.08%66.47%-
HSV(B)206.02º50%88.63%-
XYZ36.2640.4577.85-
YUV163.45163.392.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.90%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 226 (88.67% from 255) = 43.80%
R=21.90%
G=34.30%
B=43.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131772260.50.2200.11206.0266.0866.47
Hex71B1E232160Bce4242
Octal1612613426226013316102102
Binary1110001101100011110001011001010110010111100111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,177,226); }

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

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

 a { background-color: rgb(113,177,226); }

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

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

 span { border-color: rgb(113,177,226); }

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