#46F4F7

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

Shades of Baby Blue #46F4F7

Tints of Baby Blue #46F4F7

Color information

#46F4F7 (or 0x46F4F7) is unknown color: approx Baby Blue. HEX triplet: 46, F4 and F7. RGB value is (70,244,247). Sum of RGB (Red+Green+Blue) = 70+244+247=561 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.48% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #46F4F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F4F7 is #B90B08. Grayscale: #C0C0C0. Windows color (decimal): -12126985 or 16249926. OLE color: 16249926.

HSL color Cylindrical-coordinate representation of color #46F4F7: hue angle of 181.02º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F4F7 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB70244247-
CMYK0.720.0100.03
HSL181.02º91.71%62.16%-
HSV(B)181.02º71.66%96.86%-
XYZ51.6672.7299.31-
YUV192.32158.8540.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.48%
GREEN value IS 244 (95.70% from 255) = 43.49%
BLUE value IS 247 (96.88% from 255) = 44.03%
R=12.48%
G=43.49%
B=44.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702442470.720.0100.03181.0291.7162.16
Hex46F4F748103b55c3e
Octal10636436711010326513476
Binary1000110111101001111011110010001011101101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,244,247); }

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

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

 a { background-color: rgb(70,244,247); }

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

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

 span { border-color: rgb(70,244,247); }

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