Html Css Color HEX #28AEDA Summer Sky

📋 copy color: '#28AEDA'

red 40 ◦ green 174 ◦ blue 218

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

Shades of Summer Sky #28AEDA

Tints of Summer Sky #28AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 9.26%
G = 40.28%
B = 50.46%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#28AEDA (or 0x28AEDA) is known color: Summer Sky. HEX triplet: 28, AE and DA. RGB value is (40,174,218). Sum of RGB (Red+Green+Blue) = 40+174+218=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #28AEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEDA is #D75125. Grayscale: #8A8A8A. Windows color (decimal): -14111014 or 14331432. OLE color: 14331432.

HSL color Cylindrical-coordinate representation of color #28AEDA: hue angle of 194.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28AEDA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 174 218 -
CMYK 0.82 0.20 0 0.15
HSL 194.83º 0.71% 0.51% -
HSV(B) 194.83º 0.82% 0.85% -
XYZ 28.67 35.79 71.73 -
YUV 138.95 172.61 57.42 -
System Red Green Blue C M Y K H S L
Decimal 40 174 218 0.82 0.20 0 0.15 194.83 0.71 0.51
Hex 28 AE DA 52 14 0 F C3 47 33
Octal 50 256 332 122 24 0 17 303 107 63
Binary 101000 10101110 11011010 1010010 10100 0 1111 11000011 1000111 110011

Color Harmonies of #28AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEDA

Black with #28AEDA

Text Example


Text Example

White with #28AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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