Html Css Color HEX #21BACD Iris Blue

📋 copy color: '#21BACD'

red 33 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #21BACD

Tints of Iris Blue #21BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 7.78%
G = 43.87%
B = 48.35%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21BACD (or 0x21BACD) is known color: Iris Blue. HEX triplet: 21, BA and CD. RGB value is (33,186,205). Sum of RGB (Red+Green+Blue) = 33+186+205=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #21BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BACD is #DE4532. Grayscale: #8E8E8E. Windows color (decimal): -14566707 or 13482529. OLE color: 13482529.

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

Color convert

RGB 33 186 205 -
CMYK 0.84 0.09 0 0.20
HSL 186.63º 0.72% 0.47% -
HSV(B) 186.63º 0.84% 0.8% -
XYZ 29.21 39.85 63.91 -
YUV 142.42 163.31 49.96 -
System Red Green Blue C M Y K H S L
Decimal 33 186 205 0.84 0.09 0 0.20 186.63 0.72 0.47
Hex 21 BA CD 54 9 0 14 BB 48 2F
Octal 41 272 315 124 11 0 24 273 110 57
Binary 100001 10111010 11001101 1010100 1001 0 10100 10111011 1001000 101111

Color Harmonies of #21BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BACD

Black with #21BACD

Text Example


Text Example

White with #21BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,205); }

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

background-color css

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

 a { background-color: rgb(33,186,205); }

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

border-color css

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

 span { border-color: rgb(33,186,205); }

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