Html Css Color HEX #4EEFFD Baby Blue

📋 copy color: '#4EEFFD'

red 78 ◦ green 239 ◦ blue 253

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

Shades of Baby Blue #4EEFFD

Tints of Baby Blue #4EEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.93%

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

R = 13.68%
G = 41.93%
B = 44.39%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EEFFD (or 0x4EEFFD) is known color: Baby Blue. HEX triplet: 4E, EF and FD. RGB value is (78,239,253). Sum of RGB (Red+Green+Blue) = 78+239+253=570 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.68% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFFD is #B11002. Grayscale: #C0C0C0. Windows color (decimal): -11603971 or 16641870. OLE color: 16641870.

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

Color convert

RGB 78 239 253 -
CMYK 0.69 0.06 0 0.01
HSL 184.8º 0.98% 0.65% -
HSV(B) 184.8º 0.69% 0.99% -
XYZ 51.74 70.44 103.8 -
YUV 192.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 78 239 253 0.69 0.06 0 0.01 184.8 0.98 0.65
Hex 4E EF FD 45 6 0 1 B9 62 41
Octal 116 357 375 105 6 0 1 271 142 101
Binary 1001110 11101111 11111101 1000101 110 0 1 10111001 1100010 1000001

Color Harmonies of #4EEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFFD

Black with #4EEFFD

Text Example


Text Example

White with #4EEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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