Html Css Color HEX #21C0CC Iris Blue

📋 copy color: '#21C0CC'

red 33 ◦ green 192 ◦ blue 204

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

Shades of Iris Blue #21C0CC

Tints of Iris Blue #21C0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 7.69%
G = 44.76%
B = 47.55%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21C0CC (or 0x21C0CC) is known color: Iris Blue. HEX triplet: 21, C0 and CC. RGB value is (33,192,204). Sum of RGB (Red+Green+Blue) = 33+192+204=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #21C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C0CC is #DE3F33. Grayscale: #919191. Windows color (decimal): -14565172 or 13418529. OLE color: 13418529.

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

Color convert

RGB 33 192 204 -
CMYK 0.84 0.06 0 0.2
HSL 184.21º 0.72% 0.46% -
HSV(B) 184.21º 0.84% 0.8% -
XYZ 30.38 42.38 63.71 -
YUV 145.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 33 192 204 0.84 0.06 0 0.2 184.21 0.72 0.46
Hex 21 C0 CC 54 6 0 14 B8 48 2E
Octal 41 300 314 124 6 0 24 270 110 56
Binary 100001 11000000 11001100 1010100 110 0 10100 10111000 1001000 101110

Color Harmonies of #21C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C0CC

Black with #21C0CC

Text Example


Text Example

White with #21C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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