Html Css Color HEX #21ACDD Summer Sky

📋 copy color: '#21ACDD'

red 33 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #21ACDD

Tints of Summer Sky #21ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 7.75%
G = 40.38%
B = 51.88%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21ACDD (or 0x21ACDD) is known color: Summer Sky. HEX triplet: 21, AC and DD. RGB value is (33,172,221). Sum of RGB (Red+Green+Blue) = 33+172+221=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #21ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACDD is #DE5322. Grayscale: #878787. Windows color (decimal): -14570275 or 14527521. OLE color: 14527521.

HSL color Cylindrical-coordinate representation of color #21ACDD: hue angle of 195.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21ACDD is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 172 221 -
CMYK 0.85 0.22 0 0.13
HSL 195.64º 0.74% 0.5% -
HSV(B) 195.64º 0.85% 0.87% -
XYZ 28.43 35.05 73.67 -
YUV 136.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 33 172 221 0.85 0.22 0 0.13 195.64 0.74 0.5
Hex 21 AC DD 55 16 0 D C4 4A 32
Octal 41 254 335 125 26 0 15 304 112 62
Binary 100001 10101100 11011101 1010101 10110 0 1101 11000100 1001010 110010

Color Harmonies of #21ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ACDD

Black with #21ACDD

Text Example


Text Example

White with #21ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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