#71F0EF

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

Shades of Baby Blue #71F0EF

Tints of Baby Blue #71F0EF

Color information

#71F0EF (or 0x71F0EF) is unknown color: approx Baby Blue. HEX triplet: 71, F0 and EF. RGB value is (113,240,239). Sum of RGB (Red+Green+Blue) = 113+240+239=592 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.09% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F0EF is #8E0F10. Grayscale: #C9C9C9. Windows color (decimal): -9309969 or 15724657. OLE color: 15724657.

HSL color Cylindrical-coordinate representation of color #71F0EF: hue angle of 179.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0EF is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB113240239-
CMYK0.5300.000.06
HSL179.53º80.89%69.22%-
HSV(B)179.53º52.92%94.12%-
XYZ53.5572.0692.75-
YUV201.91148.9264.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.09%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=19.09%
G=40.54%
B=40.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132402390.5300.000.06179.5380.8969.22
Hex71F0EF35006b45145
Octal16136035765006264121105
Binary11100011111000011101111110101001101011010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,240,239); }

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

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

 a { background-color: rgb(113,240,239); }

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

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

 span { border-color: rgb(113,240,239); }

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