Html Css Color HEX #4EF2FD Baby Blue

📋 copy color: '#4EF2FD'

red 78 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #4EF2FD

Tints of Baby Blue #4EF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.23%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 13.61%
G = 42.23%
B = 44.15%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EF2FD (or 0x4EF2FD) is known color: Baby Blue. HEX triplet: 4E, F2 and FD. RGB value is (78,242,253). Sum of RGB (Red+Green+Blue) = 78+242+253=573 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.61% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF2FD is #B10D02. Grayscale: #C2C2C2. Windows color (decimal): -11603203 or 16642638. OLE color: 16642638.

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

Color convert

RGB 78 242 253 -
CMYK 0.69 0.04 0 0.01
HSL 183.77º 0.98% 0.65% -
HSV(B) 183.77º 0.69% 0.99% -
XYZ 52.62 72.22 104.09 -
YUV 194.22 161.17 45.11 -
System Red Green Blue C M Y K H S L
Decimal 78 242 253 0.69 0.04 0 0.01 183.77 0.98 0.65
Hex 4E F2 FD 45 4 0 1 B8 62 41
Octal 116 362 375 105 4 0 1 270 142 101
Binary 1001110 11110010 11111101 1000101 100 0 1 10111000 1100010 1000001

Color Harmonies of #4EF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF2FD

Black with #4EF2FD

Text Example


Text Example

White with #4EF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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