#45AFFE

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

Shades of Summer Sky #45AFFE

Tints of Summer Sky #45AFFE

Color information

#45AFFE (or 0x45AFFE) is unknown color: approx Summer Sky. HEX triplet: 45, AF and FE. RGB value is (69,175,254). Sum of RGB (Red+Green+Blue) = 69+175+254=498 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.86% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #45AFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45AFFE is #BA5001. Grayscale: #979797. Windows color (decimal): -12210178 or 16691013. OLE color: 16691013.

HSL color Cylindrical-coordinate representation of color #45AFFE: hue angle of 205.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45AFFE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB69175254-
CMYK0.730.3100.00
HSL205.62º98.93%63.33%-
HSV(B)205.62º72.83%99.61%-
XYZ35.6739.0899.43-
YUV152.31185.3868.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.86%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=13.86%
G=35.14%
B=51.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal691752540.730.3100.00205.6298.9363.33
Hex45AFFE491F00ce633f
Octal105257376111370031614377
Binary1000101101011111111111010010011111100110011101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,175,254); }

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

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

 a { background-color: rgb(69,175,254); }

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

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

 span { border-color: rgb(69,175,254); }

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