Html Css Color HEX #4EFCFF Baby Blue

📋 copy color: '#4EFCFF'

red 78 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #4EFCFF

Tints of Baby Blue #4EFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.08%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 13.33%
G = 43.08%
B = 43.59%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EFCFF (or 0x4EFCFF) is known color: Baby Blue. HEX triplet: 4E, FC and FF. RGB value is (78,252,255). Sum of RGB (Red+Green+Blue) = 78+252+255=585 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.33% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCFF is #B10300. Grayscale: #C8C8C8. Windows color (decimal): -11600641 or 16776270. OLE color: 16776270.

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

Color convert

RGB 78 252 255 -
CMYK 0.69 0.01 0 0
HSL 181.02º 1% 0.65% -
HSV(B) 181.02º 0.69% 1% -
XYZ 56 78.46 106.8 -
YUV 200.32 158.85 40.76 -
System Red Green Blue C M Y K H S L
Decimal 78 252 255 0.69 0.01 0 0 181.02 1 0.65
Hex 4E FC FF 45 1 0 0 B5 64 41
Octal 116 374 377 105 1 0 0 265 144 101
Binary 1001110 11111100 11111111 1000101 1 0 0 10110101 1100100 1000001

Color Harmonies of #4EFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCFF

Black with #4EFCFF

Text Example


Text Example

White with #4EFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,252,255); }

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

background-color css

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

 a { background-color: rgb(78,252,255); }

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

border-color css

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

 span { border-color: rgb(78,252,255); }

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