Html Css Color HEX #28ACDE Summer Sky

📋 copy color: '#28ACDE'

red 40 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #28ACDE

Tints of Summer Sky #28ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 9.22%
G = 39.63%
B = 51.15%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28ACDE (or 0x28ACDE) is known color: Summer Sky. HEX triplet: 28, AC and DE. RGB value is (40,172,222). Sum of RGB (Red+Green+Blue) = 40+172+222=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #28ACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACDE is #D75321. Grayscale: #898989. Windows color (decimal): -14111522 or 14593064. OLE color: 14593064.

HSL color Cylindrical-coordinate representation of color #28ACDE: hue angle of 196.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ACDE is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 172 222 -
CMYK 0.82 0.23 0 0.13
HSL 196.48º 0.73% 0.51% -
HSV(B) 196.48º 0.82% 0.87% -
XYZ 28.81 35.23 74.39 -
YUV 138.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 40 172 222 0.82 0.23 0 0.13 196.48 0.73 0.51
Hex 28 AC DE 52 17 0 D C4 49 33
Octal 50 254 336 122 27 0 15 304 111 63
Binary 101000 10101100 11011110 1010010 10111 0 1101 11000100 1001001 110011

Color Harmonies of #28ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACDE

Black with #28ACDE

Text Example


Text Example

White with #28ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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