Html Css Color HEX #21ADCB Summer Sky

📋 copy color: '#21ADCB'

red 33 ◦ green 173 ◦ blue 203

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

Shades of Summer Sky #21ADCB

Tints of Summer Sky #21ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 8.07%
G = 42.3%
B = 49.63%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21ADCB (or 0x21ADCB) is known color: Summer Sky. HEX triplet: 21, AD and CB. RGB value is (33,173,203). Sum of RGB (Red+Green+Blue) = 33+173+203=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #21ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADCB is #DE5234. Grayscale: #868686. Windows color (decimal): -14570037 or 13348129. OLE color: 13348129.

HSL color Cylindrical-coordinate representation of color #21ADCB: hue angle of 190.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ADCB is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 173 203 -
CMYK 0.84 0.15 0 0.20
HSL 190.59º 0.72% 0.46% -
HSV(B) 190.59º 0.84% 0.8% -
XYZ 26.35 34.52 61.77 -
YUV 134.56 166.62 55.56 -
System Red Green Blue C M Y K H S L
Decimal 33 173 203 0.84 0.15 0 0.20 190.59 0.72 0.46
Hex 21 AD CB 54 F 0 14 BF 48 2E
Octal 41 255 313 124 17 0 24 277 110 56
Binary 100001 10101101 11001011 1010100 1111 0 10100 10111111 1001000 101110

Color Harmonies of #21ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADCB

Black with #21ADCB

Text Example


Text Example

White with #21ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,203); }

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

background-color css

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

 a { background-color: rgb(33,173,203); }

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

border-color css

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

 span { border-color: rgb(33,173,203); }

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