Html Css Color HEX #4EFDFB Baby Blue

📋 copy color: '#4EFDFB'

red 78 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #4EFDFB

Tints of Baby Blue #4EFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.47%

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 13.4%
G = 43.47%
B = 43.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#4EFDFB (or 0x4EFDFB) is known color: Baby Blue. HEX triplet: 4E, FD and FB. RGB value is (78,253,251). Sum of RGB (Red+Green+Blue) = 78+253+251=582 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.40% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFDFB is #B10204. Grayscale: #C8C8C8. Windows color (decimal): -11600389 or 16514382. OLE color: 16514382.

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

Color convert

RGB 78 253 251 -
CMYK 0.69 0 0.01 0.01
HSL 179.31º 0.98% 0.65% -
HSV(B) 179.31º 0.69% 0.99% -
XYZ 55.68 78.84 103.55 -
YUV 200.45 156.52 40.66 -
System Red Green Blue C M Y K H S L
Decimal 78 253 251 0.69 0 0.01 0.01 179.31 0.98 0.65
Hex 4E FD FB 45 0 1 1 B3 62 41
Octal 116 375 373 105 0 1 1 263 142 101
Binary 1001110 11111101 11111011 1000101 0 1 1 10110011 1100010 1000001

Color Harmonies of #4EFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDFB

Black with #4EFDFB

Text Example


Text Example

White with #4EFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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