#74FCEA

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

Shades of Baby Blue #74FCEA

Tints of Baby Blue #74FCEA

Color information

#74FCEA (or 0x74FCEA) is unknown color: approx Baby Blue. HEX triplet: 74, FC and EA. RGB value is (116,252,234). Sum of RGB (Red+Green+Blue) = 116+252+234=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCEA is #8B0315. Grayscale: #D1D1D1. Windows color (decimal): -9110294 or 15400052. OLE color: 15400052.

HSL color Cylindrical-coordinate representation of color #74FCEA: hue angle of 172.06º degrees, saturation: 0.96, 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 #74FCEA is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB116252234-
CMYK0.5400.070.01
HSL172.06º95.77%72.16%-
HSV(B)172.06º53.97%98.82%-
XYZ56.8679.2790.15-
YUV209.28141.9461.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.27%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=19.27%
G=41.86%
B=38.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162522340.5400.070.01172.0695.7772.16
Hex74FCEA36071ac6048
Octal16437435266071254140110
Binary11101001111110011101010110110011111010110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,234); }

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

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

 a { background-color: rgb(116,252,234); }

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

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

 span { border-color: rgb(116,252,234); }

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