Html Css Color HEX #28ACCC Summer Sky

📋 copy color: '#28ACCC'

red 40 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #28ACCC

Tints of Summer Sky #28ACCC

RGB

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

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

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

R = 9.62%
G = 41.35%
B = 49.04%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28ACCC (or 0x28ACCC) is known color: Summer Sky. HEX triplet: 28, AC and CC. RGB value is (40,172,204). Sum of RGB (Red+Green+Blue) = 40+172+204=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #28ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACCC is #D75333. Grayscale: #878787. Windows color (decimal): -14111540 or 13413416. OLE color: 13413416.

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

Color convert

RGB 40 172 204 -
CMYK 0.80 0.16 0 0.2
HSL 191.71º 0.67% 0.48% -
HSV(B) 191.71º 0.8% 0.8% -
XYZ 26.53 34.32 62.35 -
YUV 136.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 40 172 204 0.80 0.16 0 0.2 191.71 0.67 0.48
Hex 28 AC CC 50 10 0 14 C0 43 30
Octal 50 254 314 120 20 0 24 300 103 60
Binary 101000 10101100 11001100 1010000 10000 0 10100 11000000 1000011 110000

Color Harmonies of #28ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACCC

Black with #28ACCC

Text Example


Text Example

White with #28ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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