#46C1FD

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

Shades of Summer Sky #46C1FD

Tints of Summer Sky #46C1FD

Color information

#46C1FD (or 0x46C1FD) is unknown color: approx Summer Sky. HEX triplet: 46, C1 and FD. RGB value is (70,193,253). Sum of RGB (Red+Green+Blue) = 70+193+253=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #46C1FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C1FD is #B93E02. Grayscale: #A2A2A2. Windows color (decimal): -12140035 or 16630086. OLE color: 16630086.

HSL color Cylindrical-coordinate representation of color #46C1FD: hue angle of 199.67º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C1FD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB70193253-
CMYK0.720.2400.01
HSL199.67º97.86%63.33%-
HSV(B)199.67º72.33%99.22%-
XYZ39.3346.5399.84-
YUV163.06178.7561.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.57%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=13.57%
G=37.40%
B=49.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701932530.720.2400.01199.6797.8663.33
Hex46C1FD481801c8623f
Octal106301375110300131014277
Binary1000110110000011111110110010001100001110010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,193,253); }

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

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

 a { background-color: rgb(70,193,253); }

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

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

 span { border-color: rgb(70,193,253); }

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