Html Css Color HEX #28A0EA Summer Sky

📋 copy color: '#28A0EA'

red 40 ◦ green 160 ◦ blue 234

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

Shades of Summer Sky #28A0EA

Tints of Summer Sky #28A0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 9.22%
G = 36.87%
B = 53.92%

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

#28A0EA (or 0x28A0EA) is known color: Summer Sky. HEX triplet: 28, A0 and EA. RGB value is (40,160,234). Sum of RGB (Red+Green+Blue) = 40+160+234=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #28A0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A0EA is #D75F15. Grayscale: #848484. Windows color (decimal): -14114582 or 15376424. OLE color: 15376424.

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

Color convert

RGB 40 160 234 -
CMYK 0.83 0.32 0 0.08
HSL 202.89º 0.82% 0.54% -
HSV(B) 202.89º 0.83% 0.92% -
XYZ 28.3 31.53 82.44 -
YUV 132.56 185.24 61.98 -
System Red Green Blue C M Y K H S L
Decimal 40 160 234 0.83 0.32 0 0.08 202.89 0.82 0.54
Hex 28 A0 EA 53 20 0 8 CB 52 36
Octal 50 240 352 123 40 0 10 313 122 66
Binary 101000 10100000 11101010 1010011 100000 0 1000 11001011 1010010 110110

Color Harmonies of #28A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A0EA

Black with #28A0EA

Text Example


Text Example

White with #28A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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