Html Css Color HEX #4EFEED Baby Blue

📋 copy color: '#4EFEED'

red 78 ◦ green 254 ◦ blue 237

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

Shades of Baby Blue #4EFEED

Tints of Baby Blue #4EFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.64%

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

R = 13.71%
G = 44.64%
B = 41.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#4EFEED (or 0x4EFEED) is known color: Baby Blue. HEX triplet: 4E, FE and ED. RGB value is (78,254,237). Sum of RGB (Red+Green+Blue) = 78+254+237=569 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.71% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEED is #B10112. Grayscale: #C7C7C7. Windows color (decimal): -11600147 or 15597134. OLE color: 15597134.

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

Color convert

RGB 78 254 237 -
CMYK 0.69 0 0.07 0.00
HSL 174.2º 0.99% 0.65% -
HSV(B) 174.2º 0.69% 1% -
XYZ 53.87 78.62 92.46 -
YUV 199.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 78 254 237 0.69 0 0.07 0.00 174.2 0.99 0.65
Hex 4E FE ED 45 0 7 0 AE 63 41
Octal 116 376 355 105 0 7 0 256 143 101
Binary 1001110 11111110 11101101 1000101 0 111 0 10101110 1100011 1000001

Color Harmonies of #4EFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEED

Black with #4EFEED

Text Example


Text Example

White with #4EFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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