Html Css Color HEX #28AEDC Summer Sky

📋 copy color: '#28AEDC'

red 40 ◦ green 174 ◦ blue 220

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

Shades of Summer Sky #28AEDC

Tints of Summer Sky #28AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 9.22%
G = 40.09%
B = 50.69%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#28AEDC (or 0x28AEDC) is known color: Summer Sky. HEX triplet: 28, AE and DC. RGB value is (40,174,220). Sum of RGB (Red+Green+Blue) = 40+174+220=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #28AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEDC is #D75123. Grayscale: #8A8A8A. Windows color (decimal): -14111012 or 14462504. OLE color: 14462504.

HSL color Cylindrical-coordinate representation of color #28AEDC: hue angle of 195.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28AEDC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 174 220 -
CMYK 0.82 0.21 0 0.14
HSL 195.33º 0.72% 0.51% -
HSV(B) 195.33º 0.82% 0.86% -
XYZ 28.93 35.89 73.11 -
YUV 139.18 173.61 57.26 -
System Red Green Blue C M Y K H S L
Decimal 40 174 220 0.82 0.21 0 0.14 195.33 0.72 0.51
Hex 28 AE DC 52 15 0 E C3 48 33
Octal 50 256 334 122 25 0 16 303 110 63
Binary 101000 10101110 11011100 1010010 10101 0 1110 11000011 1001000 110011

Color Harmonies of #28AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEDC

Black with #28AEDC

Text Example


Text Example

White with #28AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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