Html Css Color HEX #21B1CC Iris Blue

📋 copy color: '#21B1CC'

red 33 ◦ green 177 ◦ blue 204

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

Shades of Iris Blue #21B1CC

Tints of Iris Blue #21B1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 7.97%
G = 42.75%
B = 49.28%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21B1CC (or 0x21B1CC) is known color: Iris Blue. HEX triplet: 21, B1 and CC. RGB value is (33,177,204). Sum of RGB (Red+Green+Blue) = 33+177+204=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #21B1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B1CC is #DE4E33. Grayscale: #888888. Windows color (decimal): -14569012 or 13414689. OLE color: 13414689.

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

Color convert

RGB 33 177 204 -
CMYK 0.84 0.13 0 0.2
HSL 189.47º 0.72% 0.46% -
HSV(B) 189.47º 0.84% 0.8% -
XYZ 27.25 36.13 62.66 -
YUV 137.02 165.79 53.8 -
System Red Green Blue C M Y K H S L
Decimal 33 177 204 0.84 0.13 0 0.2 189.47 0.72 0.46
Hex 21 B1 CC 54 D 0 14 BD 48 2E
Octal 41 261 314 124 15 0 24 275 110 56
Binary 100001 10110001 11001100 1010100 1101 0 10100 10111101 1001000 101110

Color Harmonies of #21B1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B1CC

Black with #21B1CC

Text Example


Text Example

White with #21B1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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