#4ff1f2

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

Shades of Baby Blue #4FF1F2

Tints of Baby Blue #4FF1F2

Color information

#4FF1F2 (or 0x4FF1F2) is unknown color: approx Baby Blue. HEX triplet: 4F, F1 and F2. RGB value is (79,241,242). Sum of RGB (Red+Green+Blue) = 79+241+242=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FF1F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF1F2 is #B00E0D. Grayscale: #C0C0C0. Windows color (decimal): -11537934 or 15921487. OLE color: 15921487.

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

Color convert

RGB79241242-
CMYK0.670.0000.05
HSL180.37º86.24%62.94%-
HSV(B)180.37º67.36%94.9%-
XYZ50.7170.9895.03-
YUV192.68155.8346.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.06%
GREEN value IS 241 (94.53% from 255) = 42.88%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=14.06%
G=42.88%
B=43.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792412420.670.0000.05180.3786.2462.94
Hex4FF1F243005b4563f
Octal11736136210300526412677
Binary10011111111000111110010100001100101101101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ff1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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