Html Css Color HEX #28ADCC Summer Sky

📋 copy color: '#28ADCC'

red 40 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #28ADCC

Tints of Summer Sky #28ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 9.59%
G = 41.49%
B = 48.92%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28ADCC (or 0x28ADCC) is known color: Summer Sky. HEX triplet: 28, AD and CC. RGB value is (40,173,204). Sum of RGB (Red+Green+Blue) = 40+173+204=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #28ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADCC is #D75233. Grayscale: #888888. Windows color (decimal): -14111284 or 13413672. OLE color: 13413672.

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

Color convert

RGB 40 173 204 -
CMYK 0.80 0.15 0 0.2
HSL 191.34º 0.67% 0.48% -
HSV(B) 191.34º 0.8% 0.8% -
XYZ 26.72 34.7 62.42 -
YUV 136.77 165.94 58.98 -
System Red Green Blue C M Y K H S L
Decimal 40 173 204 0.80 0.15 0 0.2 191.34 0.67 0.48
Hex 28 AD CC 50 F 0 14 BF 43 30
Octal 50 255 314 120 17 0 24 277 103 60
Binary 101000 10101101 11001100 1010000 1111 0 10100 10111111 1000011 110000

Color Harmonies of #28ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADCC

Black with #28ADCC

Text Example


Text Example

White with #28ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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