Html Css Color HEX #21ABCC Summer Sky

📋 copy color: '#21ABCC'

red 33 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #21ABCC

Tints of Summer Sky #21ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

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

R = 8.09%
G = 41.91%
B = 50%

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

#21ABCC (or 0x21ABCC) is known color: Summer Sky. HEX triplet: 21, AB and CC. RGB value is (33,171,204). Sum of RGB (Red+Green+Blue) = 33+171+204=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #21ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABCC is #DE5433. Grayscale: #858585. Windows color (decimal): -14570548 or 13413153. OLE color: 13413153.

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

Color convert

RGB 33 171 204 -
CMYK 0.84 0.16 0 0.2
HSL 191.58º 0.72% 0.46% -
HSV(B) 191.58º 0.84% 0.8% -
XYZ 26.09 33.81 62.28 -
YUV 133.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 33 171 204 0.84 0.16 0 0.2 191.58 0.72 0.46
Hex 21 AB CC 54 10 0 14 C0 48 2E
Octal 41 253 314 124 20 0 24 300 110 56
Binary 100001 10101011 11001100 1010100 10000 0 10100 11000000 1001000 101110

Color Harmonies of #21ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABCC

Black with #21ABCC

Text Example


Text Example

White with #21ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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