#46CDFB

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

Shades of Summer Sky #46CDFB

Tints of Summer Sky #46CDFB

Color information

#46CDFB (or 0x46CDFB) is unknown color: approx Summer Sky. HEX triplet: 46, CD and FB. RGB value is (70,205,251). Sum of RGB (Red+Green+Blue) = 70+205+251=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #46CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CDFB is #B93204. Grayscale: #A9A9A9. Windows color (decimal): -12136965 or 16502086. OLE color: 16502086.

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

Color convert

RGB70205251-
CMYK0.720.1800.02
HSL195.25º95.77%62.94%-
HSV(B)195.25º72.11%98.43%-
XYZ41.7751.9399.09-
YUV169.88173.7756.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.31%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=13.31%
G=38.97%
B=47.72%

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
Decimal702052510.720.1800.02195.2595.7762.94
Hex46CDFB481202c3603f
Octal106315373110220230314077
Binary10001101100110111111011100100010010010110000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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