Html Css Color HEX #28A0EB Summer Sky

📋 copy color: '#28A0EB'

red 40 ◦ green 160 ◦ blue 235

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

Shades of Summer Sky #28A0EB

Tints of Summer Sky #28A0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

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

R = 9.2%
G = 36.78%
B = 54.02%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28A0EB (or 0x28A0EB) is known color: Summer Sky. HEX triplet: 28, A0 and EB. RGB value is (40,160,235). Sum of RGB (Red+Green+Blue) = 40+160+235=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #28A0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A0EB is #D75F14. Grayscale: #848484. Windows color (decimal): -14114581 or 15441960. OLE color: 15441960.

HSL color Cylindrical-coordinate representation of color #28A0EB: hue angle of 203.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 #28A0EB is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 160 235 -
CMYK 0.83 0.32 0 0.08
HSL 203.08º 0.83% 0.54% -
HSV(B) 203.08º 0.83% 0.92% -
XYZ 28.44 31.59 83.2 -
YUV 132.67 185.74 61.9 -
System Red Green Blue C M Y K H S L
Decimal 40 160 235 0.83 0.32 0 0.08 203.08 0.83 0.54
Hex 28 A0 EB 53 20 0 8 CB 53 36
Octal 50 240 353 123 40 0 10 313 123 66
Binary 101000 10100000 11101011 1010011 100000 0 1000 11001011 1010011 110110

Color Harmonies of #28A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A0EB

Black with #28A0EB

Text Example


Text Example

White with #28A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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