#46F5F7

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

Shades of Baby Blue #46F5F7

Tints of Baby Blue #46F5F7

Color information

#46F5F7 (or 0x46F5F7) is unknown color: approx Baby Blue. HEX triplet: 46, F5 and F7. RGB value is (70,245,247). Sum of RGB (Red+Green+Blue) = 70+245+247=562 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.46% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #46F5F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F5F7 is #B90A08. Grayscale: #C0C0C0. Windows color (decimal): -12126729 or 16250182. OLE color: 16250182.

HSL color Cylindrical-coordinate representation of color #46F5F7: hue angle of 180.68º 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 #46F5F7 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB70245247-
CMYK0.720.0100.03
HSL180.68º91.71%62.16%-
HSV(B)180.68º71.66%96.86%-
XYZ51.9773.3299.41-
YUV192.9158.5240.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.46%
GREEN value IS 245 (96.09% from 255) = 43.59%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=12.46%
G=43.59%
B=43.95%

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
Decimal702452470.720.0100.03180.6891.7162.16
Hex46F5F748103b55c3e
Octal10636536711010326513476
Binary1000110111101011111011110010001011101101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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