#45ABEE

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

Shades of Summer Sky #45ABEE

Tints of Summer Sky #45ABEE

Color information

#45ABEE (or 0x45ABEE) is unknown color: approx Summer Sky. HEX triplet: 45, AB and EE. RGB value is (69,171,238). Sum of RGB (Red+Green+Blue) = 69+171+238=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #45ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ABEE is #BA5411. Grayscale: #939393. Windows color (decimal): -12211218 or 15641413. OLE color: 15641413.

HSL color Cylindrical-coordinate representation of color #45ABEE: hue angle of 203.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ABEE is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69171238-
CMYK0.710.2800.07
HSL203.79º83.25%60.2%-
HSV(B)203.79º71.01%93.33%-
XYZ32.4536.5686.24-
YUV148.14178.7171.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.44%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=14.44%
G=35.77%
B=49.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal691712380.710.2800.07203.7983.2560.2
Hex45ABEE471C07cc533c
Octal105253356107340731412374
Binary100010110101011111011101000111111000111110011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,238); }

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

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

 a { background-color: rgb(69,171,238); }

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

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

 span { border-color: rgb(69,171,238); }

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