#71FAF5

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

Shades of Baby Blue #71FAF5

Tints of Baby Blue #71FAF5

Color information

#71FAF5 (or 0x71FAF5) is unknown color: approx Baby Blue. HEX triplet: 71, FA and F5. RGB value is (113,250,245). Sum of RGB (Red+Green+Blue) = 113+250+245=608 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.59% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAF5 is #8E050A. Grayscale: #D0D0D0. Windows color (decimal): -9307403 or 16120433. OLE color: 16120433.

HSL color Cylindrical-coordinate representation of color #71FAF5: hue angle of 177.81º 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 #71FAF5 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB113250245-
CMYK0.5500.020.02
HSL177.81º93.2%71.18%-
HSV(B)177.81º54.8%98.04%-
XYZ57.4878.4798.5-
YUV208.47148.6159.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.59%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 245 (96.09% from 255) = 40.30%
R=18.59%
G=41.12%
B=40.30%

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
Decimal1132502450.5500.020.02177.8193.271.18
Hex71FAF537022b25d47
Octal16137236567022262135107
Binary11100011111101011110101110111010101011001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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