Html Css Color HEX #28ADEB Summer Sky

📋 copy color: '#28ADEB'

red 40 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #28ADEB

Tints of Summer Sky #28ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 8.93%
G = 38.62%
B = 52.46%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28ADEB (or 0x28ADEB) is known color: Summer Sky. HEX triplet: 28, AD and EB. RGB value is (40,173,235). Sum of RGB (Red+Green+Blue) = 40+173+235=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #28ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADEB is #D75214. Grayscale: #8B8B8B. Windows color (decimal): -14111253 or 15445288. OLE color: 15445288.

HSL color Cylindrical-coordinate representation of color #28ADEB: hue angle of 199.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ADEB is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 173 235 -
CMYK 0.83 0.26 0 0.08
HSL 199.08º 0.83% 0.54% -
HSV(B) 199.08º 0.83% 0.92% -
XYZ 30.81 36.34 83.99 -
YUV 140.3 181.44 56.46 -
System Red Green Blue C M Y K H S L
Decimal 40 173 235 0.83 0.26 0 0.08 199.08 0.83 0.54
Hex 28 AD EB 53 1A 0 8 C7 53 36
Octal 50 255 353 123 32 0 10 307 123 66
Binary 101000 10101101 11101011 1010011 11010 0 1000 11000111 1010011 110110

Color Harmonies of #28ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADEB

Black with #28ADEB

Text Example


Text Example

White with #28ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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