Html Css Color HEX #4EFAF2 Baby Blue

📋 copy color: '#4EFAF2'

red 78 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #4EFAF2

Tints of Baby Blue #4EFAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.46%

R = 13.68%
G = 43.86%
B = 42.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#4EFAF2 (or 0x4EFAF2) is known color: Baby Blue. HEX triplet: 4E, FA and F2. RGB value is (78,250,242). Sum of RGB (Red+Green+Blue) = 78+250+242=570 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.68% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFAF2 is #B1050D. Grayscale: #C5C5C5. Windows color (decimal): -11601166 or 15923790. OLE color: 15923790.

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

Color convert

RGB 78 250 242 -
CMYK 0.69 0 0.03 0.02
HSL 177.21º 0.95% 0.64% -
HSV(B) 177.21º 0.69% 0.98% -
XYZ 53.35 76.4 95.94 -
YUV 197.66 153.02 42.65 -
System Red Green Blue C M Y K H S L
Decimal 78 250 242 0.69 0 0.03 0.02 177.21 0.95 0.64
Hex 4E FA F2 45 0 3 2 B1 5F 40
Octal 116 372 362 105 0 3 2 261 137 100
Binary 1001110 11111010 11110010 1000101 0 11 10 10110001 1011111 1000000

Color Harmonies of #4EFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFAF2

Black with #4EFAF2

Text Example


Text Example

White with #4EFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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