Html Css Color HEX #28AFEB Summer Sky

📋 copy color: '#28AFEB'

red 40 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #28AFEB

Tints of Summer Sky #28AFEB

RGB

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

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

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

R = 8.89%
G = 38.89%
B = 52.22%

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

#28AFEB (or 0x28AFEB) is known color: Summer Sky. HEX triplet: 28, AF and EB. RGB value is (40,175,235). Sum of RGB (Red+Green+Blue) = 40+175+235=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #28AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFEB is #D75014. Grayscale: #8D8D8D. Windows color (decimal): -14110741 or 15445800. OLE color: 15445800.

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

Color convert

RGB 40 175 235 -
CMYK 0.83 0.26 0 0.08
HSL 198.46º 0.83% 0.54% -
HSV(B) 198.46º 0.83% 0.92% -
XYZ 31.2 37.11 84.12 -
YUV 141.48 180.77 55.62 -
System Red Green Blue C M Y K H S L
Decimal 40 175 235 0.83 0.26 0 0.08 198.46 0.83 0.54
Hex 28 AF EB 53 1A 0 8 C6 53 36
Octal 50 257 353 123 32 0 10 306 123 66
Binary 101000 10101111 11101011 1010011 11010 0 1000 11000110 1010011 110110

Color Harmonies of #28AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFEB

Black with #28AFEB

Text Example


Text Example

White with #28AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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