#46FBF8

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

Shades of Baby Blue #46FBF8

Tints of Baby Blue #46FBF8

Color information

#46FBF8 (or 0x46FBF8) is unknown color: approx Baby Blue. HEX triplet: 46, FB and F8. RGB value is (70,251,248). Sum of RGB (Red+Green+Blue) = 70+251+248=569 (75% of max value = 765). Red value is 70 (27.73% from 255 or 12.30% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FBF8 is #B90407. Grayscale: #C4C4C4. Windows color (decimal): -12125192 or 16317254. OLE color: 16317254.

HSL color Cylindrical-coordinate representation of color #46FBF8: hue angle of 179.01º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FBF8 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB70251248-
CMYK0.7200.010.02
HSL179.01º95.77%62.94%-
HSV(B)179.01º72.11%98.43%-
XYZ53.9777.07100.84-
YUV196.54157.0337.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.30%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 248 (97.27% from 255) = 43.59%
R=12.30%
G=44.11%
B=43.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702512480.7200.010.02179.0195.7762.94
Hex46FBF848012b3603f
Octal10637337011001226314077
Binary1000110111110111111100010010000110101100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FBF8; }

 p { color: rgb(70,251,248); }

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

<style>
 a { background-color: #46FBF8; }

 a { background-color: rgb(70,251,248); }

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

<style>
 span { border-color: #46FBF8; }

 span { border-color: rgb(70,251,248); }

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