Html Css Color HEX #28AADC Summer Sky

📋 copy color: '#28AADC'

red 40 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #28AADC

Tints of Summer Sky #28AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 9.3%
G = 39.53%
B = 51.16%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28AADC (or 0x28AADC) is known color: Summer Sky. HEX triplet: 28, AA and DC. RGB value is (40,170,220). Sum of RGB (Red+Green+Blue) = 40+170+220=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #28AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AADC is #D75523. Grayscale: #888888. Windows color (decimal): -14112036 or 14461480. OLE color: 14461480.

HSL color Cylindrical-coordinate representation of color #28AADC: hue angle of 196.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28AADC is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 170 220 -
CMYK 0.82 0.23 0 0.14
HSL 196.67º 0.72% 0.51% -
HSV(B) 196.67º 0.82% 0.86% -
XYZ 28.17 34.37 72.86 -
YUV 136.83 174.93 58.93 -
System Red Green Blue C M Y K H S L
Decimal 40 170 220 0.82 0.23 0 0.14 196.67 0.72 0.51
Hex 28 AA DC 52 17 0 E C5 48 33
Octal 50 252 334 122 27 0 16 305 110 63
Binary 101000 10101010 11011100 1010010 10111 0 1110 11000101 1001000 110011

Color Harmonies of #28AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AADC

Black with #28AADC

Text Example


Text Example

White with #28AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,170,220); }

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

background-color css

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

 a { background-color: rgb(40,170,220); }

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

border-color css

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

 span { border-color: rgb(40,170,220); }

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