#71F2F7

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

Shades of Baby Blue #71F2F7

Tints of Baby Blue #71F2F7

Color information

#71F2F7 (or 0x71F2F7) is unknown color: approx Baby Blue. HEX triplet: 71, F2 and F7. RGB value is (113,242,247). Sum of RGB (Red+Green+Blue) = 113+242+247=602 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.77% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #71F2F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F2F7 is #8E0D08. Grayscale: #CBCBCB. Windows color (decimal): -9309449 or 16249457. OLE color: 16249457.

HSL color Cylindrical-coordinate representation of color #71F2F7: hue angle of 182.24º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F2F7 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113242247-
CMYK0.540.0200.03
HSL182.24º89.33%70.59%-
HSV(B)182.24º54.25%96.86%-
XYZ55.3573.7399.31-
YUV204152.2663.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.77%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=18.77%
G=40.20%
B=41.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1132422470.540.0200.03182.2489.3370.59
Hex71F2F736203b65947
Octal16136236766203266131107
Binary11100011111001011110111110110100111011011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,242,247); }

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

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

 a { background-color: rgb(113,242,247); }

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

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

 span { border-color: rgb(113,242,247); }

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