Html Css Color HEX #21BCCD Iris Blue

📋 copy color: '#21BCCD'

red 33 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #21BCCD

Tints of Iris Blue #21BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 7.75%
G = 44.13%
B = 48.12%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21BCCD (or 0x21BCCD) is known color: Iris Blue. HEX triplet: 21, BC and CD. RGB value is (33,188,205). Sum of RGB (Red+Green+Blue) = 33+188+205=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #21BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCCD is #DE4332. Grayscale: #8F8F8F. Windows color (decimal): -14566195 or 13483041. OLE color: 13483041.

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

Color convert

RGB 33 188 205 -
CMYK 0.84 0.08 0 0.20
HSL 185.93º 0.72% 0.47% -
HSV(B) 185.93º 0.84% 0.8% -
XYZ 29.63 40.7 64.05 -
YUV 143.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 33 188 205 0.84 0.08 0 0.20 185.93 0.72 0.47
Hex 21 BC CD 54 8 0 14 BA 48 2F
Octal 41 274 315 124 10 0 24 272 110 57
Binary 100001 10111100 11001101 1010100 1000 0 10100 10111010 1001000 101111

Color Harmonies of #21BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCCD

Black with #21BCCD

Text Example


Text Example

White with #21BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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