Html Css Color HEX #21C1DB Summer Sky

📋 copy color: '#21C1DB'

red 33 ◦ green 193 ◦ blue 219

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

Shades of Summer Sky #21C1DB

Tints of Summer Sky #21C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 7.42%
G = 43.37%
B = 49.21%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21C1DB (or 0x21C1DB) is known color: Summer Sky. HEX triplet: 21, C1 and DB. RGB value is (33,193,219). Sum of RGB (Red+Green+Blue) = 33+193+219=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #21C1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1DB is #DE3E24. Grayscale: #939393. Windows color (decimal): -14564901 or 14401825. OLE color: 14401825.

HSL color Cylindrical-coordinate representation of color #21C1DB: hue angle of 188.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C1DB is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 193 219 -
CMYK 0.85 0.12 0 0.14
HSL 188.39º 0.74% 0.49% -
HSV(B) 188.39º 0.85% 0.86% -
XYZ 32.48 43.58 73.72 -
YUV 148.12 167.99 45.89 -
System Red Green Blue C M Y K H S L
Decimal 33 193 219 0.85 0.12 0 0.14 188.39 0.74 0.49
Hex 21 C1 DB 55 C 0 E BC 4A 31
Octal 41 301 333 125 14 0 16 274 112 61
Binary 100001 11000001 11011011 1010101 1100 0 1110 10111100 1001010 110001

Color Harmonies of #21C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C1DB

Black with #21C1DB

Text Example


Text Example

White with #21C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,219); }

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

background-color css

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

 a { background-color: rgb(33,193,219); }

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

border-color css

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

 span { border-color: rgb(33,193,219); }

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