#4CF2FF

Color #4CF2FF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #4CF2FF

Tints of Baby Blue #4CF2FF

Color information

#4CF2FF (or 0x4CF2FF) is unknown color: approx Baby Blue. HEX triplet: 4C, F2 and FF. RGB value is (76,242,255). Sum of RGB (Red+Green+Blue) = 76+242+255=573 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.26% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2FF is #B30D00. Grayscale: #C1C1C1. Windows color (decimal): -11734273 or 16773708. OLE color: 16773708.

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

Color convert

RGB76242255-
CMYK0.700.0500
HSL184.36º100%64.9%-
HSV(B)184.36º70.2%100%-
XYZ52.7872.26105.77-
YUV193.85162.543.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.26%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 255 (100% from 255) = 44.50%
R=13.26%
G=42.23%
B=44.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762422550.700.0500184.3610064.9
Hex4CF2FF46500b86441
Octal114362377106500270144101
Binary100110011110010111111111000110101001011100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CF2FF;
 }
 .AnyTagClassName
 {
   color: #4CF2FF;
 }
</style>
background-color css

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

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

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

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

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

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