Html Css Color HEX #28ADCD Summer Sky

📋 copy color: '#28ADCD'

red 40 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #28ADCD

Tints of Summer Sky #28ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 9.57%
G = 41.39%
B = 49.04%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28ADCD (or 0x28ADCD) is known color: Summer Sky. HEX triplet: 28, AD and CD. RGB value is (40,173,205). Sum of RGB (Red+Green+Blue) = 40+173+205=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #28ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADCD is #D75232. Grayscale: #888888. Windows color (decimal): -14111283 or 13479208. OLE color: 13479208.

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

Color convert

RGB 40 173 205 -
CMYK 0.80 0.16 0 0.20
HSL 191.64º 0.67% 0.48% -
HSV(B) 191.64º 0.8% 0.8% -
XYZ 26.84 34.75 63.05 -
YUV 136.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 40 173 205 0.80 0.16 0 0.20 191.64 0.67 0.48
Hex 28 AD CD 50 10 0 14 C0 43 30
Octal 50 255 315 120 20 0 24 300 103 60
Binary 101000 10101101 11001101 1010000 10000 0 10100 11000000 1000011 110000

Color Harmonies of #28ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADCD

Black with #28ADCD

Text Example


Text Example

White with #28ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,205); }

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

background-color css

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

 a { background-color: rgb(40,173,205); }

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

border-color css

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

 span { border-color: rgb(40,173,205); }

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