Html Css Color HEX #28AACD Summer Sky

📋 copy color: '#28AACD'

red 40 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #28AACD

Tints of Summer Sky #28AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 9.64%
G = 40.96%
B = 49.4%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28AACD (or 0x28AACD) is known color: Summer Sky. HEX triplet: 28, AA and CD. RGB value is (40,170,205). Sum of RGB (Red+Green+Blue) = 40+170+205=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #28AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AACD is #D75532. Grayscale: #868686. Windows color (decimal): -14112051 or 13478440. OLE color: 13478440.

HSL color Cylindrical-coordinate representation of color #28AACD: hue angle of 192.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28AACD is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 170 205 -
CMYK 0.80 0.17 0 0.20
HSL 192.73º 0.67% 0.48% -
HSV(B) 192.73º 0.8% 0.8% -
XYZ 26.27 33.61 62.86 -
YUV 135.12 167.43 60.15 -
System Red Green Blue C M Y K H S L
Decimal 40 170 205 0.80 0.17 0 0.20 192.73 0.67 0.48
Hex 28 AA CD 50 11 0 14 C1 43 30
Octal 50 252 315 120 21 0 24 301 103 60
Binary 101000 10101010 11001101 1010000 10001 0 10100 11000001 1000011 110000

Color Harmonies of #28AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AACD

Black with #28AACD

Text Example


Text Example

White with #28AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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