Html Css Color HEX #21A8DD Summer Sky

📋 copy color: '#21A8DD'

red 33 ◦ green 168 ◦ blue 221

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

Shades of Summer Sky #21A8DD

Tints of Summer Sky #21A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

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

R = 7.82%
G = 39.81%
B = 52.37%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21A8DD (or 0x21A8DD) is known color: Summer Sky. HEX triplet: 21, A8 and DD. RGB value is (33,168,221). Sum of RGB (Red+Green+Blue) = 33+168+221=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #21A8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A8DD is #DE5722. Grayscale: #858585. Windows color (decimal): -14571299 or 14526497. OLE color: 14526497.

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

Color convert

RGB 33 168 221 -
CMYK 0.85 0.24 0 0.13
HSL 196.91º 0.74% 0.5% -
HSV(B) 196.91º 0.85% 0.87% -
XYZ 27.68 33.55 73.42 -
YUV 133.68 177.27 56.19 -
System Red Green Blue C M Y K H S L
Decimal 33 168 221 0.85 0.24 0 0.13 196.91 0.74 0.5
Hex 21 A8 DD 55 18 0 D C5 4A 32
Octal 41 250 335 125 30 0 15 305 112 62
Binary 100001 10101000 11011101 1010101 11000 0 1101 11000101 1001010 110010

Color Harmonies of #21A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A8DD

Black with #21A8DD

Text Example


Text Example

White with #21A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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