Html Css Color HEX #21B3CB Iris Blue

📋 copy color: '#21B3CB'

red 33 ◦ green 179 ◦ blue 203

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

Shades of Iris Blue #21B3CB

Tints of Iris Blue #21B3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 7.95%
G = 43.13%
B = 48.92%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21B3CB (or 0x21B3CB) is known color: Iris Blue. HEX triplet: 21, B3 and CB. RGB value is (33,179,203). Sum of RGB (Red+Green+Blue) = 33+179+203=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #21B3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B3CB is #DE4C34. Grayscale: #898989. Windows color (decimal): -14568501 or 13349665. OLE color: 13349665.

HSL color Cylindrical-coordinate representation of color #21B3CB: hue angle of 188.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 #21B3CB is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 179 203 -
CMYK 0.84 0.12 0 0.20
HSL 188.47º 0.72% 0.46% -
HSV(B) 188.47º 0.84% 0.8% -
XYZ 27.53 36.88 62.17 -
YUV 138.08 164.63 53.05 -
System Red Green Blue C M Y K H S L
Decimal 33 179 203 0.84 0.12 0 0.20 188.47 0.72 0.46
Hex 21 B3 CB 54 C 0 14 BC 48 2E
Octal 41 263 313 124 14 0 24 274 110 56
Binary 100001 10110011 11001011 1010100 1100 0 10100 10111100 1001000 101110

Color Harmonies of #21B3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B3CB

Black with #21B3CB

Text Example


Text Example

White with #21B3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,179,203); }

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

background-color css

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

 a { background-color: rgb(33,179,203); }

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

border-color css

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

 span { border-color: rgb(33,179,203); }

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