Html Css Color HEX #28AFEF Summer Sky

📋 copy color: '#28AFEF'

red 40 ◦ green 175 ◦ blue 239

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

Shades of Summer Sky #28AFEF

Tints of Summer Sky #28AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 8.81%
G = 38.55%
B = 52.64%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#28AFEF (or 0x28AFEF) is known color: Summer Sky. HEX triplet: 28, AF and EF. RGB value is (40,175,239). Sum of RGB (Red+Green+Blue) = 40+175+239=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #28AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFEF is #D75010. Grayscale: #8D8D8D. Windows color (decimal): -14110737 or 15707944. OLE color: 15707944.

HSL color Cylindrical-coordinate representation of color #28AFEF: hue angle of 199.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28AFEF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 175 239 -
CMYK 0.83 0.27 0 0.06
HSL 199.3º 0.86% 0.55% -
HSV(B) 199.3º 0.83% 0.94% -
XYZ 31.79 37.34 87.19 -
YUV 141.93 182.77 55.3 -
System Red Green Blue C M Y K H S L
Decimal 40 175 239 0.83 0.27 0 0.06 199.3 0.86 0.55
Hex 28 AF EF 53 1B 0 6 C7 56 37
Octal 50 257 357 123 33 0 6 307 126 67
Binary 101000 10101111 11101111 1010011 11011 0 110 11000111 1010110 110111

Color Harmonies of #28AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFEF

Black with #28AFEF

Text Example


Text Example

White with #28AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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