Html Css Color HEX #28ACD9 Summer Sky

📋 copy color: '#28ACD9'

red 40 ◦ green 172 ◦ blue 217

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

Shades of Summer Sky #28ACD9

Tints of Summer Sky #28ACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 217 (85.16% from 255) = 50.58%

R = 9.32%
G = 40.09%
B = 50.58%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28ACD9 (or 0x28ACD9) is known color: Summer Sky. HEX triplet: 28, AC and D9. RGB value is (40,172,217). Sum of RGB (Red+Green+Blue) = 40+172+217=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #28ACD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACD9 is #D75326. Grayscale: #898989. Windows color (decimal): -14111527 or 14265384. OLE color: 14265384.

HSL color Cylindrical-coordinate representation of color #28ACD9: hue angle of 195.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ACD9 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 172 217 -
CMYK 0.82 0.21 0 0.15
HSL 195.25º 0.7% 0.5% -
HSV(B) 195.25º 0.82% 0.85% -
XYZ 28.15 34.97 70.91 -
YUV 137.66 172.77 58.34 -
System Red Green Blue C M Y K H S L
Decimal 40 172 217 0.82 0.21 0 0.15 195.25 0.7 0.5
Hex 28 AC D9 52 15 0 F C3 46 32
Octal 50 254 331 122 25 0 17 303 106 62
Binary 101000 10101100 11011001 1010010 10101 0 1111 11000011 1000110 110010

Color Harmonies of #28ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACD9

Black with #28ACD9

Text Example


Text Example

White with #28ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,217); }

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

background-color css

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

 a { background-color: rgb(40,172,217); }

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

border-color css

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

 span { border-color: rgb(40,172,217); }

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