Html Css Color HEX #28ADEC Summer Sky

📋 copy color: '#28ADEC'

red 40 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #28ADEC

Tints of Summer Sky #28ADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 8.91%
G = 38.53%
B = 52.56%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28ADEC (or 0x28ADEC) is known color: Summer Sky. HEX triplet: 28, AD and EC. RGB value is (40,173,236). Sum of RGB (Red+Green+Blue) = 40+173+236=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #28ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADEC is #D75213. Grayscale: #8C8C8C. Windows color (decimal): -14111252 or 15510824. OLE color: 15510824.

HSL color Cylindrical-coordinate representation of color #28ADEC: hue angle of 199.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ADEC is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 173 236 -
CMYK 0.83 0.27 0 0.07
HSL 199.29º 0.84% 0.54% -
HSV(B) 199.29º 0.83% 0.93% -
XYZ 30.96 36.39 84.75 -
YUV 140.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 40 173 236 0.83 0.27 0 0.07 199.29 0.84 0.54
Hex 28 AD EC 53 1B 0 7 C7 54 36
Octal 50 255 354 123 33 0 7 307 124 66
Binary 101000 10101101 11101100 1010011 11011 0 111 11000111 1010100 110110

Color Harmonies of #28ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADEC

Black with #28ADEC

Text Example


Text Example

White with #28ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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