Html Css Color HEX #21BDC8 Iris Blue

📋 copy color: '#21BDC8'

red 33 ◦ green 189 ◦ blue 200

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

Shades of Iris Blue #21BDC8

Tints of Iris Blue #21BDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 7.82%
G = 44.79%
B = 47.39%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#21BDC8 (or 0x21BDC8) is known color: Iris Blue. HEX triplet: 21, BD and C8. RGB value is (33,189,200). Sum of RGB (Red+Green+Blue) = 33+189+200=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #21BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDC8 is #DE4237. Grayscale: #8F8F8F. Windows color (decimal): -14565944 or 13155617. OLE color: 13155617.

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

Color convert

RGB 33 189 200 -
CMYK 0.84 0.06 0 0.22
HSL 183.95º 0.72% 0.46% -
HSV(B) 183.95º 0.84% 0.78% -
XYZ 29.25 40.89 60.99 -
YUV 143.61 159.82 49.11 -
System Red Green Blue C M Y K H S L
Decimal 33 189 200 0.84 0.06 0 0.22 183.95 0.72 0.46
Hex 21 BD C8 54 6 0 16 B8 48 2E
Octal 41 275 310 124 6 0 26 270 110 56
Binary 100001 10111101 11001000 1010100 110 0 10110 10111000 1001000 101110

Color Harmonies of #21BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDC8

Black with #21BDC8

Text Example


Text Example

White with #21BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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