Html Css Color HEX #21BDC9 Iris Blue

📋 copy color: '#21BDC9'

red 33 ◦ green 189 ◦ blue 201

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

Shades of Iris Blue #21BDC9

Tints of Iris Blue #21BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 7.8%
G = 44.68%
B = 47.52%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#21BDC9 (or 0x21BDC9) is known color: Iris Blue. HEX triplet: 21, BD and C9. RGB value is (33,189,201). Sum of RGB (Red+Green+Blue) = 33+189+201=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #21BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDC9 is #DE4236. Grayscale: #8F8F8F. Windows color (decimal): -14565943 or 13221153. OLE color: 13221153.

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

Color convert

RGB 33 189 201 -
CMYK 0.84 0.06 0 0.21
HSL 184.29º 0.72% 0.46% -
HSV(B) 184.29º 0.84% 0.79% -
XYZ 29.37 40.94 61.61 -
YUV 143.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 33 189 201 0.84 0.06 0 0.21 184.29 0.72 0.46
Hex 21 BD C9 54 6 0 15 B8 48 2E
Octal 41 275 311 124 6 0 25 270 110 56
Binary 100001 10111101 11001001 1010100 110 0 10101 10111000 1001000 101110

Color Harmonies of #21BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDC9

Black with #21BDC9

Text Example


Text Example

White with #21BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,201); }

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

background-color css

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

 a { background-color: rgb(33,189,201); }

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

border-color css

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

 span { border-color: rgb(33,189,201); }

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