Html Css Color HEX #28AADB Summer Sky

📋 copy color: '#28AADB'

red 40 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #28AADB

Tints of Summer Sky #28AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 9.32%
G = 39.63%
B = 51.05%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28AADB (or 0x28AADB) is known color: Summer Sky. HEX triplet: 28, AA and DB. RGB value is (40,170,219). Sum of RGB (Red+Green+Blue) = 40+170+219=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #28AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AADB is #D75524. Grayscale: #888888. Windows color (decimal): -14112037 or 14395944. OLE color: 14395944.

HSL color Cylindrical-coordinate representation of color #28AADB: hue angle of 196.42º degrees, saturation: 0.71, 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 #28AADB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 170 219 -
CMYK 0.82 0.22 0 0.14
HSL 196.42º 0.71% 0.51% -
HSV(B) 196.42º 0.82% 0.86% -
XYZ 28.04 34.32 72.16 -
YUV 136.72 174.43 59.02 -
System Red Green Blue C M Y K H S L
Decimal 40 170 219 0.82 0.22 0 0.14 196.42 0.71 0.51
Hex 28 AA DB 52 16 0 E C4 47 33
Octal 50 252 333 122 26 0 16 304 107 63
Binary 101000 10101010 11011011 1010010 10110 0 1110 11000100 1000111 110011

Color Harmonies of #28AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AADB

Black with #28AADB

Text Example


Text Example

White with #28AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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