Html Css Color HEX #28AEC7 Summer Sky

📋 copy color: '#28AEC7'

red 40 ◦ green 174 ◦ blue 199

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

Shades of Summer Sky #28AEC7

Tints of Summer Sky #28AEC7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

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

R = 9.69%
G = 42.13%
B = 48.18%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#28AEC7 (or 0x28AEC7) is known color: Summer Sky. HEX triplet: 28, AE and C7. RGB value is (40,174,199). Sum of RGB (Red+Green+Blue) = 40+174+199=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #28AEC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEC7 is #D75138. Grayscale: #888888. Windows color (decimal): -14111033 or 13086248. OLE color: 13086248.

HSL color Cylindrical-coordinate representation of color #28AEC7: hue angle of 189.43º 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 #28AEC7 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 174 199 -
CMYK 0.80 0.13 0 0.22
HSL 189.43º 0.67% 0.47% -
HSV(B) 189.43º 0.8% 0.78% -
XYZ 26.32 34.85 59.37 -
YUV 136.78 163.11 58.97 -
System Red Green Blue C M Y K H S L
Decimal 40 174 199 0.80 0.13 0 0.22 189.43 0.67 0.47
Hex 28 AE C7 50 D 0 16 BD 43 2F
Octal 50 256 307 120 15 0 26 275 103 57
Binary 101000 10101110 11000111 1010000 1101 0 10110 10111101 1000011 101111

Color Harmonies of #28AEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEC7

Black with #28AEC7

Text Example


Text Example

White with #28AEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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