#4CF1F2

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

Shades of Baby Blue #4CF1F2

Tints of Baby Blue #4CF1F2

Color information

#4CF1F2 (or 0x4CF1F2) is unknown color: approx Baby Blue. HEX triplet: 4C, F1 and F2. RGB value is (76,241,242). Sum of RGB (Red+Green+Blue) = 76+241+242=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CF1F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF1F2 is #B30E0D. Grayscale: #BFBFBF. Windows color (decimal): -11734542 or 15921484. OLE color: 15921484.

HSL color Cylindrical-coordinate representation of color #4CF1F2: hue angle of 180.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF1F2 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76241242-
CMYK0.690.0000.05
HSL180.36º86.46%62.35%-
HSV(B)180.36º68.6%94.9%-
XYZ50.4670.8695.02-
YUV191.78156.3445.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.60%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=13.60%
G=43.11%
B=43.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762412420.690.0000.05180.3686.4662.35
Hex4CF1F245005b4563e
Octal11436136210500526412676
Binary10011001111000111110010100010100101101101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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