#74FBEA

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

Shades of Baby Blue #74FBEA

Tints of Baby Blue #74FBEA

Color information

#74FBEA (or 0x74FBEA) is unknown color: approx Baby Blue. HEX triplet: 74, FB and EA. RGB value is (116,251,234). Sum of RGB (Red+Green+Blue) = 116+251+234=601 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.30% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBEA is #8B0415. Grayscale: #D0D0D0. Windows color (decimal): -9110550 or 15399796. OLE color: 15399796.

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

Color convert

RGB116251234-
CMYK0.5400.070.02
HSL172.44º94.41%71.96%-
HSV(B)172.44º53.78%98.43%-
XYZ56.5578.6590.04-
YUV208.7142.2761.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.30%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=19.30%
G=41.76%
B=38.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162512340.5400.070.02172.4494.4171.96
Hex74FBEA36072ac5e48
Octal16437335266072254136110
Binary111010011111011111010101101100111101010110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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