Html Css Color HEX #4CFCFF Baby Blue

📋 copy color: '#4CFCFF'

red 76 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #4CFCFF

Tints of Baby Blue #4CFCFF

RGB

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

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

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

R = 13.04%
G = 43.22%
B = 43.74%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CFCFF (or 0x4CFCFF) is known color: Baby Blue. HEX triplet: 4C, FC and FF. RGB value is (76,252,255). Sum of RGB (Red+Green+Blue) = 76+252+255=583 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.04% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCFF is #B30300. Grayscale: #C7C7C7. Windows color (decimal): -11731713 or 16776268. OLE color: 16776268.

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

Color convert

RGB 76 252 255 -
CMYK 0.70 0.01 0 0
HSL 181.01º 1% 0.65% -
HSV(B) 181.01º 0.7% 1% -
XYZ 55.84 78.38 106.79 -
YUV 199.72 159.19 39.76 -
System Red Green Blue C M Y K H S L
Decimal 76 252 255 0.70 0.01 0 0 181.01 1 0.65
Hex 4C FC FF 46 1 0 0 B5 64 41
Octal 114 374 377 106 1 0 0 265 144 101
Binary 1001100 11111100 11111111 1000110 1 0 0 10110101 1100100 1000001

Color Harmonies of #4CFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCFF

Black with #4CFCFF

Text Example


Text Example

White with #4CFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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