Html Css Color HEX #21C6DB Summer Sky

📋 copy color: '#21C6DB'

red 33 ◦ green 198 ◦ blue 219

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

Shades of Summer Sky #21C6DB

Tints of Summer Sky #21C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 7.33%
G = 44%
B = 48.67%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21C6DB (or 0x21C6DB) is known color: Summer Sky. HEX triplet: 21, C6 and DB. RGB value is (33,198,219). Sum of RGB (Red+Green+Blue) = 33+198+219=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #21C6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C6DB is #DE3924. Grayscale: #969696. Windows color (decimal): -14563621 or 14403105. OLE color: 14403105.

HSL color Cylindrical-coordinate representation of color #21C6DB: hue angle of 186.77º 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 #21C6DB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 198 219 -
CMYK 0.85 0.10 0 0.14
HSL 186.77º 0.74% 0.49% -
HSV(B) 186.77º 0.85% 0.86% -
XYZ 33.61 45.83 74.09 -
YUV 151.06 166.34 43.79 -
System Red Green Blue C M Y K H S L
Decimal 33 198 219 0.85 0.10 0 0.14 186.77 0.74 0.49
Hex 21 C6 DB 55 A 0 E BB 4A 31
Octal 41 306 333 125 12 0 16 273 112 61
Binary 100001 11000110 11011011 1010101 1010 0 1110 10111011 1001010 110001

Color Harmonies of #21C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6DB

Black with #21C6DB

Text Example


Text Example

White with #21C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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