Html Css Color HEX #4EFCEF Baby Blue

📋 copy color: '#4EFCEF'

red 78 ◦ green 252 ◦ blue 239

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

Shades of Baby Blue #4EFCEF

Tints of Baby Blue #4EFCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 13.71%
G = 44.29%
B = 42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#4EFCEF (or 0x4EFCEF) is known color: Baby Blue. HEX triplet: 4E, FC and EF. RGB value is (78,252,239). Sum of RGB (Red+Green+Blue) = 78+252+239=569 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.71% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCEF is #B10310. Grayscale: #C6C6C6. Windows color (decimal): -11600657 or 15727694. OLE color: 15727694.

HSL color Cylindrical-coordinate representation of color #4EFCEF: hue angle of 175.52º 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 #4EFCEF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 252 239 -
CMYK 0.69 0 0.05 0.01
HSL 175.52º 0.97% 0.65% -
HSV(B) 175.52º 0.69% 0.99% -
XYZ 53.53 77.47 93.79 -
YUV 198.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 78 252 239 0.69 0 0.05 0.01 175.52 0.97 0.65
Hex 4E FC EF 45 0 5 1 B0 61 41
Octal 116 374 357 105 0 5 1 260 141 101
Binary 1001110 11111100 11101111 1000101 0 101 1 10110000 1100001 1000001

Color Harmonies of #4EFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCEF

Black with #4EFCEF

Text Example


Text Example

White with #4EFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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