Html Css Color HEX #4EFCED Baby Blue

📋 copy color: '#4EFCED'

red 78 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #4EFCED

Tints of Baby Blue #4EFCED

RGB

 RED value IS 78 (30.86% from 255) = 13.76%

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 13.76%
G = 44.44%
B = 41.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4EFCED (or 0x4EFCED) is known color: Baby Blue. HEX triplet: 4E, FC and ED. RGB value is (78,252,237). Sum of RGB (Red+Green+Blue) = 78+252+237=567 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.76% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCED is #B10312. Grayscale: #C6C6C6. Windows color (decimal): -11600659 or 15596622. OLE color: 15596622.

HSL color Cylindrical-coordinate representation of color #4EFCED: hue angle of 174.83º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCED is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 252 237 -
CMYK 0.69 0 0.06 0.01
HSL 174.83º 0.97% 0.65% -
HSV(B) 174.83º 0.69% 0.99% -
XYZ 53.24 77.35 92.25 -
YUV 198.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 78 252 237 0.69 0 0.06 0.01 174.83 0.97 0.65
Hex 4E FC ED 45 0 6 1 AF 61 41
Octal 116 374 355 105 0 6 1 257 141 101
Binary 1001110 11111100 11101101 1000101 0 110 1 10101111 1100001 1000001

Color Harmonies of #4EFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCED

Black with #4EFCED

Text Example


Text Example

White with #4EFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EFCED; }

 p { color: rgb(78,252,237); }

 H1.HeaderClassName
 {
   color: #4EFCED;
 }
 .AnyTagClassName
 {
   color: #4EFCED;
 }
</style>

background-color css

<style>
 a { background-color: #4EFCED; }

 a { background-color: rgb(78,252,237); }

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

border-color css

<style>
 span { border-color: #4EFCED; }

 span { border-color: rgb(78,252,237); }

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