#71B0EA

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

Shades of Jordy Blue #71B0EA

Tints of Jordy Blue #71B0EA

Color information

#71B0EA (or 0x71B0EA) is unknown color: approx Jordy Blue. HEX triplet: 71, B0 and EA. RGB value is (113,176,234). Sum of RGB (Red+Green+Blue) = 113+176+234=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #71B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B0EA is #8E4F15. Grayscale: #A3A3A3. Windows color (decimal): -9326358 or 15380593. OLE color: 15380593.

HSL color Cylindrical-coordinate representation of color #71B0EA: hue angle of 208.76º degrees, saturation: 0.74, 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 #71B0EA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113176234-
CMYK0.520.2500.08
HSL208.76º74.23%68.04%-
HSV(B)208.76º51.71%91.76%-
XYZ37.1940.583.7-
YUV163.77167.6391.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=21.61%
G=33.65%
B=44.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131762340.520.2500.08208.7674.2368.04
Hex71B0EA341908d14a44
Octal1612603526431010321112104
Binary1110001101100001110101011010011001010001101000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,234); }

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

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

 a { background-color: rgb(113,176,234); }

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

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

 span { border-color: rgb(113,176,234); }

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