Html Css Color HEX #21B5CB Iris Blue

📋 copy color: '#21B5CB'

red 33 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #21B5CB

Tints of Iris Blue #21B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 7.91%
G = 43.41%
B = 48.68%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21B5CB (or 0x21B5CB) is known color: Iris Blue. HEX triplet: 21, B5 and CB. RGB value is (33,181,203). Sum of RGB (Red+Green+Blue) = 33+181+203=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #21B5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B5CB is #DE4A34. Grayscale: #8B8B8B. Windows color (decimal): -14567989 or 13350177. OLE color: 13350177.

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

Color convert

RGB 33 181 203 -
CMYK 0.84 0.11 0 0.20
HSL 187.76º 0.72% 0.46% -
HSV(B) 187.76º 0.84% 0.8% -
XYZ 27.93 37.68 62.3 -
YUV 139.26 163.97 52.21 -
System Red Green Blue C M Y K H S L
Decimal 33 181 203 0.84 0.11 0 0.20 187.76 0.72 0.46
Hex 21 B5 CB 54 B 0 14 BC 48 2E
Octal 41 265 313 124 13 0 24 274 110 56
Binary 100001 10110101 11001011 1010100 1011 0 10100 10111100 1001000 101110

Color Harmonies of #21B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B5CB

Black with #21B5CB

Text Example


Text Example

White with #21B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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