Html Css Color HEX #21C0CE Iris Blue

📋 copy color: '#21C0CE'

red 33 ◦ green 192 ◦ blue 206

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

Shades of Iris Blue #21C0CE

Tints of Iris Blue #21C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 7.66%
G = 44.55%
B = 47.8%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21C0CE (or 0x21C0CE) is known color: Iris Blue. HEX triplet: 21, C0 and CE. RGB value is (33,192,206). Sum of RGB (Red+Green+Blue) = 33+192+206=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #21C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0CE is #DE3F31. Grayscale: #919191. Windows color (decimal): -14565170 or 13549601. OLE color: 13549601.

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

Color convert

RGB 33 192 206 -
CMYK 0.84 0.07 0 0.19
HSL 184.86º 0.72% 0.47% -
HSV(B) 184.86º 0.84% 0.81% -
XYZ 30.62 42.48 64.98 -
YUV 146.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 33 192 206 0.84 0.07 0 0.19 184.86 0.72 0.47
Hex 21 C0 CE 54 7 0 13 B9 48 2F
Octal 41 300 316 124 7 0 23 271 110 57
Binary 100001 11000000 11001110 1010100 111 0 10011 10111001 1001000 101111

Color Harmonies of #21C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C0CE

Black with #21C0CE

Text Example


Text Example

White with #21C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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