Html Css Color HEX #28ACCD Summer Sky

📋 copy color: '#28ACCD'

red 40 ◦ green 172 ◦ blue 205

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

Shades of Summer Sky #28ACCD

Tints of Summer Sky #28ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 9.59%
G = 41.25%
B = 49.16%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28ACCD (or 0x28ACCD) is known color: Summer Sky. HEX triplet: 28, AC and CD. RGB value is (40,172,205). Sum of RGB (Red+Green+Blue) = 40+172+205=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #28ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACCD is #D75332. Grayscale: #888888. Windows color (decimal): -14111539 or 13478952. OLE color: 13478952.

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

Color convert

RGB 40 172 205 -
CMYK 0.80 0.16 0 0.20
HSL 192º 0.67% 0.48% -
HSV(B) 192º 0.8% 0.8% -
XYZ 26.65 34.36 62.99 -
YUV 136.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 40 172 205 0.80 0.16 0 0.20 192 0.67 0.48
Hex 28 AC CD 50 10 0 14 C0 43 30
Octal 50 254 315 120 20 0 24 300 103 60
Binary 101000 10101100 11001101 1010000 10000 0 10100 11000000 1000011 110000

Color Harmonies of #28ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACCD

Black with #28ACCD

Text Example


Text Example

White with #28ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,205); }

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

background-color css

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

 a { background-color: rgb(40,172,205); }

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

border-color css

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

 span { border-color: rgb(40,172,205); }

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