#46EEFF

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

Shades of Baby Blue #46EEFF

Tints of Baby Blue #46EEFF

Color information

#46EEFF (or 0x46EEFF) is unknown color: approx Baby Blue. HEX triplet: 46, EE and FF. RGB value is (70,238,255). Sum of RGB (Red+Green+Blue) = 70+238+255=563 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.43% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #46EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEFF is #B91100. Grayscale: #BDBDBD. Windows color (decimal): -12128513 or 16772678. OLE color: 16772678.

HSL color Cylindrical-coordinate representation of color #46EEFF: hue angle of 185.51º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46EEFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB70238255-
CMYK0.730.0700
HSL185.51º100%63.73%-
HSV(B)185.51º72.55%100%-
XYZ51.1569.67105.36-
YUV189.71164.8442.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.43%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 255 (100% from 255) = 45.29%
R=12.43%
G=42.27%
B=45.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702382550.730.0700185.5110063.73
Hex46EEFF49700ba6440
Octal106356377111700272144100
Binary100011011101110111111111001001111001011101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,238,255); }

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

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

 a { background-color: rgb(70,238,255); }

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

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

 span { border-color: rgb(70,238,255); }

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