Html Css Color HEX #21C2CE Iris Blue

📋 copy color: '#21C2CE'

red 33 ◦ green 194 ◦ blue 206

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

Shades of Iris Blue #21C2CE

Tints of Iris Blue #21C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 7.62%
G = 44.8%
B = 47.58%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21C2CE (or 0x21C2CE) is known color: Iris Blue. HEX triplet: 21, C2 and CE. RGB value is (33,194,206). Sum of RGB (Red+Green+Blue) = 33+194+206=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #21C2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2CE is #DE3D31. Grayscale: #939393. Windows color (decimal): -14564658 or 13550113. OLE color: 13550113.

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

Color convert

RGB 33 194 206 -
CMYK 0.84 0.06 0 0.19
HSL 184.16º 0.72% 0.47% -
HSV(B) 184.16º 0.84% 0.81% -
XYZ 31.06 43.36 65.13 -
YUV 147.23 161.16 46.52 -
System Red Green Blue C M Y K H S L
Decimal 33 194 206 0.84 0.06 0 0.19 184.16 0.72 0.47
Hex 21 C2 CE 54 6 0 13 B8 48 2F
Octal 41 302 316 124 6 0 23 270 110 57
Binary 100001 11000010 11001110 1010100 110 0 10011 10111000 1001000 101111

Color Harmonies of #21C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C2CE

Black with #21C2CE

Text Example


Text Example

White with #21C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,194,206); }

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

background-color css

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

 a { background-color: rgb(33,194,206); }

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

border-color css

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

 span { border-color: rgb(33,194,206); }

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