Html Css Color HEX #4CFCED Baby Blue

📋 copy color: '#4CFCED'

red 76 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #4CFCED

Tints of Baby Blue #4CFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 13.45%
G = 44.6%
B = 41.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4CFCED (or 0x4CFCED) is known color: Baby Blue. HEX triplet: 4C, FC and ED. RGB value is (76,252,237). Sum of RGB (Red+Green+Blue) = 76+252+237=565 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.45% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCED is #B30312. Grayscale: #C5C5C5. Windows color (decimal): -11731731 or 15596620. OLE color: 15596620.

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

Color convert

RGB 76 252 237 -
CMYK 0.70 0 0.06 0.01
HSL 174.89º 0.97% 0.64% -
HSV(B) 174.89º 0.7% 0.99% -
XYZ 53.08 77.27 92.24 -
YUV 197.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 76 252 237 0.70 0 0.06 0.01 174.89 0.97 0.64
Hex 4C FC ED 46 0 6 1 AF 61 40
Octal 114 374 355 106 0 6 1 257 141 100
Binary 1001100 11111100 11101101 1000110 0 110 1 10101111 1100001 1000000

Color Harmonies of #4CFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFCED

Black with #4CFCED

Text Example


Text Example

White with #4CFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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