Html Css Color HEX #28AFC7 Summer Sky

📋 copy color: '#28AFC7'

red 40 ◦ green 175 ◦ blue 199

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

Shades of Summer Sky #28AFC7

Tints of Summer Sky #28AFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 9.66%
G = 42.27%
B = 48.07%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#28AFC7 (or 0x28AFC7) is known color: Summer Sky. HEX triplet: 28, AF and C7. RGB value is (40,175,199). Sum of RGB (Red+Green+Blue) = 40+175+199=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #28AFC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFC7 is #D75038. Grayscale: #898989. Windows color (decimal): -14110777 or 13086504. OLE color: 13086504.

HSL color Cylindrical-coordinate representation of color #28AFC7: hue angle of 189.06º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28AFC7 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 175 199 -
CMYK 0.80 0.12 0 0.22
HSL 189.06º 0.67% 0.47% -
HSV(B) 189.06º 0.8% 0.78% -
XYZ 26.51 35.23 59.44 -
YUV 137.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 40 175 199 0.80 0.12 0 0.22 189.06 0.67 0.47
Hex 28 AF C7 50 C 0 16 BD 43 2F
Octal 50 257 307 120 14 0 26 275 103 57
Binary 101000 10101111 11000111 1010000 1100 0 10110 10111101 1000011 101111

Color Harmonies of #28AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFC7

Black with #28AFC7

Text Example


Text Example

White with #28AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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