#74FDF9

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

Shades of Baby Blue #74FDF9

Tints of Baby Blue #74FDF9

Color information

#74FDF9 (or 0x74FDF9) is unknown color: approx Baby Blue. HEX triplet: 74, FD and F9. RGB value is (116,253,249). Sum of RGB (Red+Green+Blue) = 116+253+249=618 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.77% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDF9 is #8B0206. Grayscale: #D3D3D3. Windows color (decimal): -9110023 or 16383348. OLE color: 16383348.

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

Color convert

RGB116253249-
CMYK0.5400.020.01
HSL178.25º97.16%72.35%-
HSV(B)178.25º54.15%99.22%-
XYZ59.4380.8102.09-
YUV211.58149.1159.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.77%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=18.77%
G=40.94%
B=40.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162532490.5400.020.01178.2597.1672.35
Hex74FDF936021b26148
Octal16437537166021262141110
Binary1110100111111011111100111011001011011001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74FDF9; }

 p { color: rgb(116,253,249); }

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

<style>
 a { background-color: #74FDF9; }

 a { background-color: rgb(116,253,249); }

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

<style>
 span { border-color: #74FDF9; }

 span { border-color: rgb(116,253,249); }

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