#71FDF4

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

Shades of Baby Blue #71FDF4

Tints of Baby Blue #71FDF4

Color information

#71FDF4 (or 0x71FDF4) is unknown color: approx Baby Blue. HEX triplet: 71, FD and F4. RGB value is (113,253,244). Sum of RGB (Red+Green+Blue) = 113+253+244=610 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.52% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71FDF4 is #8E020B. Grayscale: #D2D2D2. Windows color (decimal): -9306636 or 16055665. OLE color: 16055665.

HSL color Cylindrical-coordinate representation of color #71FDF4: hue angle of 176.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDF4 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB113253244-
CMYK0.5500.040.01
HSL176.14º97.22%71.76%-
HSV(B)176.14º55.34%99.22%-
XYZ58.2680.2998.02-
YUV210.11147.1258.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 18.52%
GREEN value IS 253 (99.22% from 255) = 41.48%
BLUE value IS 244 (95.70% from 255) = 40%
R=18.52%
G=41.48%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132532440.5500.040.01176.1497.2271.76
Hex71FDF437041b06148
Octal16137536467041260141110
Binary11100011111110111110100110111010011011000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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