#46CFFB

Color #46CFFB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #46CFFB

Tints of Summer Sky #46CFFB

Color information

#46CFFB (or 0x46CFFB) is unknown color: approx Summer Sky. HEX triplet: 46, CF and FB. RGB value is (70,207,251). Sum of RGB (Red+Green+Blue) = 70+207+251=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #46CFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFFB is #B93004. Grayscale: #AAAAAA. Windows color (decimal): -12136453 or 16502598. OLE color: 16502598.

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

Color convert

RGB70207251-
CMYK0.720.1800.02
HSL194.59º95.77%62.94%-
HSV(B)194.59º72.11%98.43%-
XYZ42.2552.8999.25-
YUV171.05173.1155.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.26%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=13.26%
G=39.20%
B=47.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702072510.720.1800.02194.5995.7762.94
Hex46CFFB481202c3603f
Octal106317373110220230314077
Binary10001101100111111111011100100010010010110000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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