Html Css Color HEX #28AEED Summer Sky

📋 copy color: '#28AEED'

red 40 ◦ green 174 ◦ blue 237

#28AEED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #28AEED

Tints of Summer Sky #28AEED

RGB

 RED value IS 40 (16.02% from 255) = 8.87%

 GREEN value IS 174 (68.36% from 255) = 38.58%

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 8.87%
G = 38.58%
B = 52.55%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28AEED (or 0x28AEED) is known color: Summer Sky. HEX triplet: 28, AE and ED. RGB value is (40,174,237). Sum of RGB (Red+Green+Blue) = 40+174+237=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #28AEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AEED is #D75112. Grayscale: #8C8C8C. Windows color (decimal): -14110995 or 15576616. OLE color: 15576616.

HSL color Cylindrical-coordinate representation of color #28AEED: hue angle of 199.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28AEED is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 174 237 -
CMYK 0.83 0.27 0 0.07
HSL 199.19º 0.85% 0.54% -
HSV(B) 199.19º 0.83% 0.93% -
XYZ 31.3 36.84 85.58 -
YUV 141.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 40 174 237 0.83 0.27 0 0.07 199.19 0.85 0.54
Hex 28 AE ED 53 1B 0 7 C7 55 36
Octal 50 256 355 123 33 0 7 307 125 66
Binary 101000 10101110 11101101 1010011 11011 0 111 11000111 1010101 110110

Color Harmonies of #28AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEED

Black with #28AEED

Text Example


Text Example

White with #28AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AEED; }

 p { color: rgb(40,174,237); }

 H1.HeaderClassName
 {
   color: #28AEED;
 }
 .AnyTagClassName
 {
   color: #28AEED;
 }
</style>

background-color css

<style>
 a { background-color: #28AEED; }

 a { background-color: rgb(40,174,237); }

 div.DivClassName
 {
   background-color: #28AEED;
 }
 .BgClassName
 {
   background-color: #28AEED;
 }
</style>

border-color css

<style>
 span { border-color: #28AEED; }

 span { border-color: rgb(40,174,237); }

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