Html Css Color HEX #4EFBEC Baby Blue

📋 copy color: '#4EFBEC'

red 78 ◦ green 251 ◦ blue 236

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

Shades of Baby Blue #4EFBEC

Tints of Baby Blue #4EFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.42%

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

R = 13.81%
G = 44.42%
B = 41.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4EFBEC (or 0x4EFBEC) is known color: Baby Blue. HEX triplet: 4E, FB and EC. RGB value is (78,251,236). Sum of RGB (Red+Green+Blue) = 78+251+236=565 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.81% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFBEC is #B10413. Grayscale: #C5C5C5. Windows color (decimal): -11600916 or 15530830. OLE color: 15530830.

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

Color convert

RGB 78 251 236 -
CMYK 0.69 0 0.06 0.02
HSL 174.8º 0.96% 0.65% -
HSV(B) 174.8º 0.69% 0.98% -
XYZ 52.78 76.67 91.37 -
YUV 197.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 78 251 236 0.69 0 0.06 0.02 174.8 0.96 0.65
Hex 4E FB EC 45 0 6 2 AF 60 41
Octal 116 373 354 105 0 6 2 257 140 101
Binary 1001110 11111011 11101100 1000101 0 110 10 10101111 1100000 1000001

Color Harmonies of #4EFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFBEC

Black with #4EFBEC

Text Example


Text Example

White with #4EFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,251,236); }

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

background-color css

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

 a { background-color: rgb(78,251,236); }

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

border-color css

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

 span { border-color: rgb(78,251,236); }

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