Html Css Color HEX #4EEFFC Baby Blue

📋 copy color: '#4EEFFC'

red 78 ◦ green 239 ◦ blue 252

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

Shades of Baby Blue #4EEFFC

Tints of Baby Blue #4EEFFC

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 78 239 252 -
CMYK 0.69 0.05 0 0.01
HSL 184.48º 0.97% 0.65% -
HSV(B) 184.48º 0.69% 0.99% -
XYZ 51.58 70.38 102.96 -
YUV 192.34 161.66 46.44 -
System Red Green Blue C M Y K H S L
Decimal 78 239 252 0.69 0.05 0 0.01 184.48 0.97 0.65
Hex 4E EF FC 45 5 0 1 B8 61 41
Octal 116 357 374 105 5 0 1 270 141 101
Binary 1001110 11101111 11111100 1000101 101 0 1 10111000 1100001 1000001

Color Harmonies of #4EEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFFC

Black with #4EEFFC

Text Example


Text Example

White with #4EEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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