#71FAF4

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

Shades of Baby Blue #71FAF4

Tints of Baby Blue #71FAF4

Color information

#71FAF4 (or 0x71FAF4) is unknown color: approx Baby Blue. HEX triplet: 71, FA and F4. RGB value is (113,250,244). Sum of RGB (Red+Green+Blue) = 113+250+244=607 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.62% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAF4 is #8E050B. Grayscale: #D0D0D0. Windows color (decimal): -9307404 or 16054897. OLE color: 16054897.

HSL color Cylindrical-coordinate representation of color #71FAF4: hue angle of 177.37º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FAF4 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB113250244-
CMYK0.5500.020.02
HSL177.37º93.2%71.18%-
HSV(B)177.37º54.8%98.04%-
XYZ57.3278.4197.7-
YUV208.35148.1159.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.62%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=18.62%
G=41.19%
B=40.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132502440.5500.020.02177.3793.271.18
Hex71FAF437022b15d47
Octal16137236467022261135107
Binary11100011111101011110100110111010101011000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,250,244); }

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

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

 a { background-color: rgb(113,250,244); }

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

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

 span { border-color: rgb(113,250,244); }

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