Html Css Color HEX #21ACCC Summer Sky

📋 copy color: '#21ACCC'

red 33 ◦ green 172 ◦ blue 204

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

Shades of Summer Sky #21ACCC

Tints of Summer Sky #21ACCC

RGB

 RED value IS 33 (13.28% from 255) = 8.07%

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

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

R = 8.07%
G = 42.05%
B = 49.88%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21ACCC (or 0x21ACCC) is known color: Summer Sky. HEX triplet: 21, AC and CC. RGB value is (33,172,204). Sum of RGB (Red+Green+Blue) = 33+172+204=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #21ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACCC is #DE5333. Grayscale: #858585. Windows color (decimal): -14570292 or 13413409. OLE color: 13413409.

HSL color Cylindrical-coordinate representation of color #21ACCC: hue angle of 191.23º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ACCC is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 172 204 -
CMYK 0.84 0.16 0 0.2
HSL 191.23º 0.72% 0.46% -
HSV(B) 191.23º 0.84% 0.8% -
XYZ 26.28 34.19 62.34 -
YUV 134.09 167.45 55.9 -
System Red Green Blue C M Y K H S L
Decimal 33 172 204 0.84 0.16 0 0.2 191.23 0.72 0.46
Hex 21 AC CC 54 10 0 14 BF 48 2E
Octal 41 254 314 124 20 0 24 277 110 56
Binary 100001 10101100 11001100 1010100 10000 0 10100 10111111 1001000 101110

Color Harmonies of #21ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ACCC

Black with #21ACCC

Text Example


Text Example

White with #21ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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