#45BAF6

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

Shades of Summer Sky #45BAF6

Tints of Summer Sky #45BAF6

Color information

#45BAF6 (or 0x45BAF6) is unknown color: approx Summer Sky. HEX triplet: 45, BA and F6. RGB value is (69,186,246). Sum of RGB (Red+Green+Blue) = 69+186+246=501 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.77% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #45BAF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BAF6 is #BA4509. Grayscale: #9D9D9D. Windows color (decimal): -12207370 or 16169541. OLE color: 16169541.

HSL color Cylindrical-coordinate representation of color #45BAF6: hue angle of 200.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45BAF6 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB69186246-
CMYK0.720.2400.04
HSL200.34º90.77%61.76%-
HSV(B)200.34º71.95%96.47%-
XYZ36.6543.0493.56-
YUV157.86177.7464.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.77%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=13.77%
G=37.13%
B=49.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal691862460.720.2400.04200.3490.7761.76
Hex45BAF6481804c85b3e
Octal105272366110300431013376
Binary100010110111010111101101001000110000100110010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45BAF6; }

 p { color: rgb(69,186,246); }

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

<style>
 a { background-color: #45BAF6; }

 a { background-color: rgb(69,186,246); }

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

<style>
 span { border-color: #45BAF6; }

 span { border-color: rgb(69,186,246); }

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