Html Css Color HEX #28ADDA Summer Sky

📋 copy color: '#28ADDA'

red 40 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #28ADDA

Tints of Summer Sky #28ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 9.28%
G = 40.14%
B = 50.58%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28ADDA (or 0x28ADDA) is known color: Summer Sky. HEX triplet: 28, AD and DA. RGB value is (40,173,218). Sum of RGB (Red+Green+Blue) = 40+173+218=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #28ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADDA is #D75225. Grayscale: #8A8A8A. Windows color (decimal): -14111270 or 14331176. OLE color: 14331176.

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

Color convert

RGB 40 173 218 -
CMYK 0.82 0.21 0 0.15
HSL 195.17º 0.71% 0.51% -
HSV(B) 195.17º 0.82% 0.85% -
XYZ 28.47 35.4 71.66 -
YUV 138.36 172.94 57.84 -
System Red Green Blue C M Y K H S L
Decimal 40 173 218 0.82 0.21 0 0.15 195.17 0.71 0.51
Hex 28 AD DA 52 15 0 F C3 47 33
Octal 50 255 332 122 25 0 17 303 107 63
Binary 101000 10101101 11011010 1010010 10101 0 1111 11000011 1000111 110011

Color Harmonies of #28ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADDA

Black with #28ADDA

Text Example


Text Example

White with #28ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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