Html Css Color HEX #21C3CE Iris Blue

📋 copy color: '#21C3CE'

red 33 ◦ green 195 ◦ blue 206

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

Shades of Iris Blue #21C3CE

Tints of Iris Blue #21C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

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

R = 7.6%
G = 44.93%
B = 47.47%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21C3CE (or 0x21C3CE) is known color: Iris Blue. HEX triplet: 21, C3 and CE. RGB value is (33,195,206). Sum of RGB (Red+Green+Blue) = 33+195+206=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #21C3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C3CE is #DE3C31. Grayscale: #939393. Windows color (decimal): -14564402 or 13550369. OLE color: 13550369.

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

Color convert

RGB 33 195 206 -
CMYK 0.84 0.05 0 0.19
HSL 183.82º 0.72% 0.47% -
HSV(B) 183.82º 0.84% 0.81% -
XYZ 31.28 43.81 65.2 -
YUV 147.82 160.83 46.11 -
System Red Green Blue C M Y K H S L
Decimal 33 195 206 0.84 0.05 0 0.19 183.82 0.72 0.47
Hex 21 C3 CE 54 5 0 13 B8 48 2F
Octal 41 303 316 124 5 0 23 270 110 57
Binary 100001 11000011 11001110 1010100 101 0 10011 10111000 1001000 101111

Color Harmonies of #21C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C3CE

Black with #21C3CE

Text Example


Text Example

White with #21C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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