Html Css Color HEX #21B0DD Summer Sky

📋 copy color: '#21B0DD'

red 33 ◦ green 176 ◦ blue 221

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

Shades of Summer Sky #21B0DD

Tints of Summer Sky #21B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

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

R = 7.67%
G = 40.93%
B = 51.4%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21B0DD (or 0x21B0DD) is known color: Summer Sky. HEX triplet: 21, B0 and DD. RGB value is (33,176,221). Sum of RGB (Red+Green+Blue) = 33+176+221=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #21B0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0DD is #DE4F22. Grayscale: #8A8A8A. Windows color (decimal): -14569251 or 14528545. OLE color: 14528545.

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

Color convert

RGB 33 176 221 -
CMYK 0.85 0.20 0 0.13
HSL 194.36º 0.74% 0.5% -
HSV(B) 194.36º 0.85% 0.87% -
XYZ 29.2 36.59 73.93 -
YUV 138.37 174.62 52.84 -
System Red Green Blue C M Y K H S L
Decimal 33 176 221 0.85 0.20 0 0.13 194.36 0.74 0.5
Hex 21 B0 DD 55 14 0 D C2 4A 32
Octal 41 260 335 125 24 0 15 302 112 62
Binary 100001 10110000 11011101 1010101 10100 0 1101 11000010 1001010 110010

Color Harmonies of #21B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B0DD

Black with #21B0DD

Text Example


Text Example

White with #21B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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