Html Css Color HEX #4CFCFE Baby Blue

📋 copy color: '#4CFCFE'

red 76 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #4CFCFE

Tints of Baby Blue #4CFCFE

RGB

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

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

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

R = 13.06%
G = 43.3%
B = 43.64%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CFCFE (or 0x4CFCFE) is known color: Baby Blue. HEX triplet: 4C, FC and FE. RGB value is (76,252,254). Sum of RGB (Red+Green+Blue) = 76+252+254=582 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.06% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CFCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCFE is #B30301. Grayscale: #C7C7C7. Windows color (decimal): -11731714 or 16710732. OLE color: 16710732.

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

Color convert

RGB 76 252 254 -
CMYK 0.70 0.01 0 0.00
HSL 180.67º 0.99% 0.65% -
HSV(B) 180.67º 0.7% 1% -
XYZ 55.68 78.31 105.95 -
YUV 199.6 158.69 39.84 -
System Red Green Blue C M Y K H S L
Decimal 76 252 254 0.70 0.01 0 0.00 180.67 0.99 0.65
Hex 4C FC FE 46 1 0 0 B5 63 41
Octal 114 374 376 106 1 0 0 265 143 101
Binary 1001100 11111100 11111110 1000110 1 0 0 10110101 1100011 1000001

Color Harmonies of #4CFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCFE

Black with #4CFCFE

Text Example


Text Example

White with #4CFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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