Html Css Color HEX #28AACC Summer Sky

📋 copy color: '#28AACC'

red 40 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #28AACC

Tints of Summer Sky #28AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 9.66%
G = 41.06%
B = 49.28%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28AACC (or 0x28AACC) is known color: Summer Sky. HEX triplet: 28, AA and CC. RGB value is (40,170,204). Sum of RGB (Red+Green+Blue) = 40+170+204=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #28AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AACC is #D75533. Grayscale: #868686. Windows color (decimal): -14112052 or 13412904. OLE color: 13412904.

HSL color Cylindrical-coordinate representation of color #28AACC: hue angle of 192.44º 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 #28AACC is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 170 204 -
CMYK 0.80 0.17 0 0.2
HSL 192.44º 0.67% 0.48% -
HSV(B) 192.44º 0.8% 0.8% -
XYZ 26.15 33.56 62.23 -
YUV 135.01 166.93 60.24 -
System Red Green Blue C M Y K H S L
Decimal 40 170 204 0.80 0.17 0 0.2 192.44 0.67 0.48
Hex 28 AA CC 50 11 0 14 C0 43 30
Octal 50 252 314 120 21 0 24 300 103 60
Binary 101000 10101010 11001100 1010000 10001 0 10100 11000000 1000011 110000

Color Harmonies of #28AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AACC

Black with #28AACC

Text Example


Text Example

White with #28AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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