#71FAF6

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

Shades of Baby Blue #71FAF6

Tints of Baby Blue #71FAF6

Color information

#71FAF6 (or 0x71FAF6) is unknown color: approx Baby Blue. HEX triplet: 71, FA and F6. RGB value is (113,250,246). Sum of RGB (Red+Green+Blue) = 113+250+246=609 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.56% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FAF6 is #8E0509. Grayscale: #D0D0D0. Windows color (decimal): -9307402 or 16185969. OLE color: 16185969.

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

Color convert

RGB113250246-
CMYK0.5500.020.02
HSL178.25º93.2%71.18%-
HSV(B)178.25º54.8%98.04%-
XYZ57.6378.5499.31-
YUV208.58149.1159.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.56%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 246 (96.48% from 255) = 40.39%
R=18.56%
G=41.05%
B=40.39%

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
Decimal1132502460.5500.020.02178.2593.271.18
Hex71FAF637022b25d47
Octal16137236667022262135107
Binary11100011111101011110110110111010101011001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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