Html Css Color HEX #28ADDC Summer Sky

📋 copy color: '#28ADDC'

red 40 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #28ADDC

Tints of Summer Sky #28ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 9.24%
G = 39.95%
B = 50.81%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28ADDC (or 0x28ADDC) is known color: Summer Sky. HEX triplet: 28, AD and DC. RGB value is (40,173,220). Sum of RGB (Red+Green+Blue) = 40+173+220=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #28ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADDC is #D75223. Grayscale: #8A8A8A. Windows color (decimal): -14111268 or 14462248. OLE color: 14462248.

HSL color Cylindrical-coordinate representation of color #28ADDC: hue angle of 195.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28ADDC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 173 220 -
CMYK 0.82 0.21 0 0.14
HSL 195.67º 0.72% 0.51% -
HSV(B) 195.67º 0.82% 0.86% -
XYZ 28.74 35.51 73.05 -
YUV 138.59 173.94 57.68 -
System Red Green Blue C M Y K H S L
Decimal 40 173 220 0.82 0.21 0 0.14 195.67 0.72 0.51
Hex 28 AD DC 52 15 0 E C4 48 33
Octal 50 255 334 122 25 0 16 304 110 63
Binary 101000 10101101 11011100 1010010 10101 0 1110 11000100 1001000 110011

Color Harmonies of #28ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADDC

Black with #28ADDC

Text Example


Text Example

White with #28ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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