Html Css Color HEX #21BACB Iris Blue

📋 copy color: '#21BACB'

red 33 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #21BACB

Tints of Iris Blue #21BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 7.82%
G = 44.08%
B = 48.1%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21BACB (or 0x21BACB) is known color: Iris Blue. HEX triplet: 21, BA and CB. RGB value is (33,186,203). Sum of RGB (Red+Green+Blue) = 33+186+203=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #21BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BACB is #DE4534. Grayscale: #8D8D8D. Windows color (decimal): -14566709 or 13351457. OLE color: 13351457.

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

Color convert

RGB 33 186 203 -
CMYK 0.84 0.08 0 0.20
HSL 186º 0.72% 0.46% -
HSV(B) 186º 0.84% 0.8% -
XYZ 28.97 39.75 62.65 -
YUV 142.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 33 186 203 0.84 0.08 0 0.20 186 0.72 0.46
Hex 21 BA CB 54 8 0 14 BA 48 2E
Octal 41 272 313 124 10 0 24 272 110 56
Binary 100001 10111010 11001011 1010100 1000 0 10100 10111010 1001000 101110

Color Harmonies of #21BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BACB

Black with #21BACB

Text Example


Text Example

White with #21BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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