Html Css Color HEX #4EFBED Baby Blue

📋 copy color: '#4EFBED'

red 78 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #4EFBED

Tints of Baby Blue #4EFBED

RGB

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

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

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

R = 13.78%
G = 44.35%
B = 41.87%

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

#4EFBED (or 0x4EFBED) is known color: Baby Blue. HEX triplet: 4E, FB and ED. RGB value is (78,251,237). Sum of RGB (Red+Green+Blue) = 78+251+237=566 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.78% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFBED is #B10412. Grayscale: #C5C5C5. Windows color (decimal): -11600915 or 15596366. OLE color: 15596366.

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

Color convert

RGB 78 251 237 -
CMYK 0.69 0 0.06 0.02
HSL 175.14º 0.96% 0.65% -
HSV(B) 175.14º 0.69% 0.98% -
XYZ 52.93 76.73 92.14 -
YUV 197.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 78 251 237 0.69 0 0.06 0.02 175.14 0.96 0.65
Hex 4E FB ED 45 0 6 2 AF 60 41
Octal 116 373 355 105 0 6 2 257 140 101
Binary 1001110 11111011 11101101 1000101 0 110 10 10101111 1100000 1000001

Color Harmonies of #4EFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFBED

Black with #4EFBED

Text Example


Text Example

White with #4EFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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