Html Css Color HEX #28AFD5 Summer Sky

📋 copy color: '#28AFD5'

red 40 ◦ green 175 ◦ blue 213

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

Shades of Summer Sky #28AFD5

Tints of Summer Sky #28AFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.77%

R = 9.35%
G = 40.89%
B = 49.77%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#28AFD5 (or 0x28AFD5) is known color: Summer Sky. HEX triplet: 28, AF and D5. RGB value is (40,175,213). Sum of RGB (Red+Green+Blue) = 40+175+213=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #28AFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFD5 is #D7502A. Grayscale: #8A8A8A. Windows color (decimal): -14110763 or 14004008. OLE color: 14004008.

HSL color Cylindrical-coordinate representation of color #28AFD5: hue angle of 193.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28AFD5 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 175 213 -
CMYK 0.81 0.18 0 0.16
HSL 193.18º 0.68% 0.5% -
HSV(B) 193.18º 0.81% 0.84% -
XYZ 28.22 35.92 68.4 -
YUV 138.97 169.77 57.41 -
System Red Green Blue C M Y K H S L
Decimal 40 175 213 0.81 0.18 0 0.16 193.18 0.68 0.5
Hex 28 AF D5 51 12 0 10 C1 44 32
Octal 50 257 325 121 22 0 20 301 104 62
Binary 101000 10101111 11010101 1010001 10010 0 10000 11000001 1000100 110010

Color Harmonies of #28AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFD5

Black with #28AFD5

Text Example


Text Example

White with #28AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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