Html Css Color HEX #28ACC8 Summer Sky

📋 copy color: '#28ACC8'

red 40 ◦ green 172 ◦ blue 200

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

Shades of Summer Sky #28ACC8

Tints of Summer Sky #28ACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 9.71%
G = 41.75%
B = 48.54%

CMYK

 C value IS 0.8

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#28ACC8 (or 0x28ACC8) is known color: Summer Sky. HEX triplet: 28, AC and C8. RGB value is (40,172,200). Sum of RGB (Red+Green+Blue) = 40+172+200=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #28ACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACC8 is #D75337. Grayscale: #878787. Windows color (decimal): -14111544 or 13151272. OLE color: 13151272.

HSL color Cylindrical-coordinate representation of color #28ACC8: hue angle of 190.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28ACC8 is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 172 200 -
CMYK 0.8 0.14 0 0.22
HSL 190.5º 0.67% 0.47% -
HSV(B) 190.5º 0.8% 0.78% -
XYZ 26.05 34.13 59.86 -
YUV 135.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 40 172 200 0.8 0.14 0 0.22 190.5 0.67 0.47
Hex 28 AC C8 50 E 0 16 BE 43 2F
Octal 50 254 310 120 16 0 26 276 103 57
Binary 101000 10101100 11001000 1010000 1110 0 10110 10111110 1000011 101111

Color Harmonies of #28ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACC8

Black with #28ACC8

Text Example


Text Example

White with #28ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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