#4BF6F5

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

Shades of Baby Blue #4BF6F5

Tints of Baby Blue #4BF6F5

Color information

#4BF6F5 (or 0x4BF6F5) is unknown color: approx Baby Blue. HEX triplet: 4B, F6 and F5. RGB value is (75,246,245). Sum of RGB (Red+Green+Blue) = 75+246+245=566 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.25% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF6F5 is #B4090A. Grayscale: #C2C2C2. Windows color (decimal): -11798795 or 16119371. OLE color: 16119371.

HSL color Cylindrical-coordinate representation of color #4BF6F5: hue angle of 179.65º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6F5 is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB75246245-
CMYK0.7000.000.04
HSL179.65º90.48%62.94%-
HSV(B)179.65º69.51%96.47%-
XYZ52.347497.91-
YUV194.76156.3542.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.25%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=13.25%
G=43.46%
B=43.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752462450.7000.000.04179.6590.4862.94
Hex4BF6F546004b45a3f
Octal11336636510600426413277
Binary10010111111011011110101100011000100101101001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,246,245); }

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

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

 a { background-color: rgb(75,246,245); }

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

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

 span { border-color: rgb(75,246,245); }

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