Html Css Color HEX #21A3DB Summer Sky

📋 copy color: '#21A3DB'

red 33 ◦ green 163 ◦ blue 219

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

Shades of Summer Sky #21A3DB

Tints of Summer Sky #21A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 7.95%
G = 39.28%
B = 52.77%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21A3DB (or 0x21A3DB) is known color: Summer Sky. HEX triplet: 21, A3 and DB. RGB value is (33,163,219). Sum of RGB (Red+Green+Blue) = 33+163+219=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #21A3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A3DB is #DE5C24. Grayscale: #828282. Windows color (decimal): -14572581 or 14394145. OLE color: 14394145.

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

Color convert

RGB 33 163 219 -
CMYK 0.85 0.26 0 0.14
HSL 198.06º 0.74% 0.49% -
HSV(B) 198.06º 0.85% 0.86% -
XYZ 26.51 31.63 71.73 -
YUV 130.51 177.93 58.45 -
System Red Green Blue C M Y K H S L
Decimal 33 163 219 0.85 0.26 0 0.14 198.06 0.74 0.49
Hex 21 A3 DB 55 1A 0 E C6 4A 31
Octal 41 243 333 125 32 0 16 306 112 61
Binary 100001 10100011 11011011 1010101 11010 0 1110 11000110 1001010 110001

Color Harmonies of #21A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A3DB

Black with #21A3DB

Text Example


Text Example

White with #21A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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