Html Css Color HEX #74FFEC Baby Blue

📋 copy color: '#74FFEC'

red 116 ◦ green 255 ◦ blue 236

#74FFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #74FFEC

Tints of Baby Blue #74FFEC

RGB

 RED value IS 116 (45.7% from 255) = 19.11%

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 19.11%
G = 42.01%
B = 38.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#74FFEC (or 0x74FFEC) is known color: Baby Blue. HEX triplet: 74, FF and EC. RGB value is (116,255,236). Sum of RGB (Red+Green+Blue) = 116+255+236=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFEC is #8B0013. Grayscale: #D3D3D3. Windows color (decimal): -9109524 or 15531892. OLE color: 15531892.

HSL color Cylindrical-coordinate representation of color #74FFEC: hue angle of 171.8º 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 #74FFEC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 236 -
CMYK 0.55 0 0.07 0
HSL 171.8º 1% 0.73% -
HSV(B) 171.8º 0.55% 1% -
XYZ 58.1 81.29 91.98 -
YUV 211.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 116 255 236 0.55 0 0.07 0 171.8 1 0.73
Hex 74 FF EC 37 0 7 0 AC 64 49
Octal 164 377 354 67 0 7 0 254 144 111
Binary 1110100 11111111 11101100 110111 0 111 0 10101100 1100100 1001001

Color Harmonies of #74FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFEC

Black with #74FFEC

Text Example


Text Example

White with #74FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74FFEC;
 }
 .AnyTagClassName
 {
   color: #74FFEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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