Html Css Color HEX #28AECC Summer Sky

📋 copy color: '#28AECC'

red 40 ◦ green 174 ◦ blue 204

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

Shades of Summer Sky #28AECC

Tints of Summer Sky #28AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 9.57%
G = 41.63%
B = 48.8%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28AECC (or 0x28AECC) is known color: Summer Sky. HEX triplet: 28, AE and CC. RGB value is (40,174,204). Sum of RGB (Red+Green+Blue) = 40+174+204=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #28AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AECC is #D75133. Grayscale: #898989. Windows color (decimal): -14111028 or 13413928. OLE color: 13413928.

HSL color Cylindrical-coordinate representation of color #28AECC: hue angle of 190.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28AECC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 174 204 -
CMYK 0.80 0.15 0 0.2
HSL 190.98º 0.67% 0.48% -
HSV(B) 190.98º 0.8% 0.8% -
XYZ 26.91 35.08 62.48 -
YUV 137.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 40 174 204 0.80 0.15 0 0.2 190.98 0.67 0.48
Hex 28 AE CC 50 F 0 14 BF 43 30
Octal 50 256 314 120 17 0 24 277 103 60
Binary 101000 10101110 11001100 1010000 1111 0 10100 10111111 1000011 110000

Color Harmonies of #28AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AECC

Black with #28AECC

Text Example


Text Example

White with #28AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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