Html Css Color HEX #4EFAF0 Baby Blue

📋 copy color: '#4EFAF0'

red 78 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #4EFAF0

Tints of Baby Blue #4EFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

 BLUE value IS 240 (94.14% from 255) = 42.25%

R = 13.73%
G = 44.01%
B = 42.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#4EFAF0 (or 0x4EFAF0) is known color: Baby Blue. HEX triplet: 4E, FA and F0. RGB value is (78,250,240). Sum of RGB (Red+Green+Blue) = 78+250+240=568 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.73% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFAF0 is #B1050F. Grayscale: #C5C5C5. Windows color (decimal): -11601168 or 15792718. OLE color: 15792718.

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

Color convert

RGB 78 250 240 -
CMYK 0.69 0 0.04 0.02
HSL 176.51º 0.95% 0.64% -
HSV(B) 176.51º 0.69% 0.98% -
XYZ 53.06 76.28 94.37 -
YUV 197.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 78 250 240 0.69 0 0.04 0.02 176.51 0.95 0.64
Hex 4E FA F0 45 0 4 2 B1 5F 40
Octal 116 372 360 105 0 4 2 261 137 100
Binary 1001110 11111010 11110000 1000101 0 100 10 10110001 1011111 1000000

Color Harmonies of #4EFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFAF0

Black with #4EFAF0

Text Example


Text Example

White with #4EFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,250,240); }

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

background-color css

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

 a { background-color: rgb(78,250,240); }

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

border-color css

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

 span { border-color: rgb(78,250,240); }

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