Html Css Color HEX #4CEBFE Baby Blue

📋 copy color: '#4CEBFE'

red 76 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #4CEBFE

Tints of Baby Blue #4CEBFE

RGB

 RED value IS 76 (30.08% from 255) = 13.45%

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 13.45%
G = 41.59%
B = 44.96%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CEBFE (or 0x4CEBFE) is known color: Baby Blue. HEX triplet: 4C, EB and FE. RGB value is (76,235,254). Sum of RGB (Red+Green+Blue) = 76+235+254=565 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.45% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEBFE is #B31401. Grayscale: #BDBDBD. Windows color (decimal): -11736066 or 16706380. OLE color: 16706380.

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

Color convert

RGB 76 235 254 -
CMYK 0.70 0.07 0 0.00
HSL 186.4º 0.99% 0.65% -
HSV(B) 186.4º 0.7% 1% -
XYZ 50.58 68.11 104.25 -
YUV 189.63 164.32 46.96 -
System Red Green Blue C M Y K H S L
Decimal 76 235 254 0.70 0.07 0 0.00 186.4 0.99 0.65
Hex 4C EB FE 46 7 0 0 BA 63 41
Octal 114 353 376 106 7 0 0 272 143 101
Binary 1001100 11101011 11111110 1000110 111 0 0 10111010 1100011 1000001

Color Harmonies of #4CEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBFE

Black with #4CEBFE

Text Example


Text Example

White with #4CEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,235,254); }

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

background-color css

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

 a { background-color: rgb(76,235,254); }

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

border-color css

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

 span { border-color: rgb(76,235,254); }

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