#74ffe9

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

Shades of Baby Blue #74FFE9

Tints of Baby Blue #74FFE9

Color information

#74FFE9 (or 0x74FFE9) is unknown color: approx Baby Blue. HEX triplet: 74, FF and E9. RGB value is (116,255,233). Sum of RGB (Red+Green+Blue) = 116+255+233=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFE9 is #8B0016. Grayscale: #D2D2D2. Windows color (decimal): -9109527 or 15335284. OLE color: 15335284.

HSL color Cylindrical-coordinate representation of color #74FFE9: hue angle of 170.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFE9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB116255233-
CMYK0.5500.090
HSL170.5º100%72.75%-
HSV(B)170.5º54.51%100%-
XYZ57.6781.1289.71-
YUV210.93140.4560.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.21%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=19.21%
G=42.22%
B=38.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1162552330.5500.090170.510072.75
Hex74FFE937090ab6449
Octal164377351670110253144111
Binary111010011111111111010011101110100101010101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ffe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,255,233); }

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

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

 a { background-color: rgb(116,255,233); }

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

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

 span { border-color: rgb(116,255,233); }

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