Html Css Color HEX #28AFEC Summer Sky

📋 copy color: '#28AFEC'

red 40 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #28AFEC

Tints of Summer Sky #28AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.8%

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

R = 8.87%
G = 38.8%
B = 52.33%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28AFEC (or 0x28AFEC) is known color: Summer Sky. HEX triplet: 28, AF and EC. RGB value is (40,175,236). Sum of RGB (Red+Green+Blue) = 40+175+236=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #28AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFEC is #D75013. Grayscale: #8D8D8D. Windows color (decimal): -14110740 or 15511336. OLE color: 15511336.

HSL color Cylindrical-coordinate representation of color #28AFEC: hue angle of 198.67º 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 #28AFEC is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 175 236 -
CMYK 0.83 0.26 0 0.07
HSL 198.67º 0.84% 0.54% -
HSV(B) 198.67º 0.83% 0.93% -
XYZ 31.35 37.17 84.88 -
YUV 141.59 181.27 55.54 -
System Red Green Blue C M Y K H S L
Decimal 40 175 236 0.83 0.26 0 0.07 198.67 0.84 0.54
Hex 28 AF EC 53 1A 0 7 C7 54 36
Octal 50 257 354 123 32 0 7 307 124 66
Binary 101000 10101111 11101100 1010011 11010 0 111 11000111 1010100 110110

Color Harmonies of #28AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFEC

Black with #28AFEC

Text Example


Text Example

White with #28AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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