Html Css Color HEX #28ACE5 Summer Sky

📋 copy color: '#28ACE5'

red 40 ◦ green 172 ◦ blue 229

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

Shades of Summer Sky #28ACE5

Tints of Summer Sky #28ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.93%

R = 9.07%
G = 39%
B = 51.93%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#28ACE5 (or 0x28ACE5) is known color: Summer Sky. HEX triplet: 28, AC and E5. RGB value is (40,172,229). Sum of RGB (Red+Green+Blue) = 40+172+229=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #28ACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACE5 is #D7531A. Grayscale: #8A8A8A. Windows color (decimal): -14111515 or 15051816. OLE color: 15051816.

HSL color Cylindrical-coordinate representation of color #28ACE5: hue angle of 198.1º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ACE5 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 172 229 -
CMYK 0.83 0.25 0 0.10
HSL 198.1º 0.78% 0.53% -
HSV(B) 198.1º 0.83% 0.9% -
XYZ 29.77 35.61 79.43 -
YUV 139.03 178.77 57.37 -
System Red Green Blue C M Y K H S L
Decimal 40 172 229 0.83 0.25 0 0.10 198.1 0.78 0.53
Hex 28 AC E5 53 19 0 A C6 4E 35
Octal 50 254 345 123 31 0 12 306 116 65
Binary 101000 10101100 11100101 1010011 11001 0 1010 11000110 1001110 110101

Color Harmonies of #28ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACE5

Black with #28ACE5

Text Example


Text Example

White with #28ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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