Html Css Color HEX #4EFCFE Baby Blue

📋 copy color: '#4EFCFE'

red 78 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #4EFCFE

Tints of Baby Blue #4EFCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 13.36%
G = 43.15%
B = 43.49%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EFCFE (or 0x4EFCFE) is known color: Baby Blue. HEX triplet: 4E, FC and FE. RGB value is (78,252,254). Sum of RGB (Red+Green+Blue) = 78+252+254=584 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.36% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EFCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCFE is #B10301. Grayscale: #C8C8C8. Windows color (decimal): -11600642 or 16710734. OLE color: 16710734.

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

Color convert

RGB 78 252 254 -
CMYK 0.69 0.01 0 0.00
HSL 180.68º 0.99% 0.65% -
HSV(B) 180.68º 0.69% 1% -
XYZ 55.84 78.4 105.95 -
YUV 200.2 158.35 40.84 -
System Red Green Blue C M Y K H S L
Decimal 78 252 254 0.69 0.01 0 0.00 180.68 0.99 0.65
Hex 4E FC FE 45 1 0 0 B5 63 41
Octal 116 374 376 105 1 0 0 265 143 101
Binary 1001110 11111100 11111110 1000101 1 0 0 10110101 1100011 1000001

Color Harmonies of #4EFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCFE

Black with #4EFCFE

Text Example


Text Example

White with #4EFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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