Html Css Color HEX #21BECE Iris Blue

📋 copy color: '#21BECE'

red 33 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #21BECE

Tints of Iris Blue #21BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.29%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 7.69%
G = 44.29%
B = 48.02%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21BECE (or 0x21BECE) is known color: Iris Blue. HEX triplet: 21, BE and CE. RGB value is (33,190,206). Sum of RGB (Red+Green+Blue) = 33+190+206=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #21BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BECE is #DE4131. Grayscale: #909090. Windows color (decimal): -14565682 or 13549089. OLE color: 13549089.

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

Color convert

RGB 33 190 206 -
CMYK 0.84 0.08 0 0.19
HSL 185.55º 0.72% 0.47% -
HSV(B) 185.55º 0.84% 0.81% -
XYZ 30.18 41.61 64.83 -
YUV 144.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 33 190 206 0.84 0.08 0 0.19 185.55 0.72 0.47
Hex 21 BE CE 54 8 0 13 BA 48 2F
Octal 41 276 316 124 10 0 23 272 110 57
Binary 100001 10111110 11001110 1010100 1000 0 10011 10111010 1001000 101111

Color Harmonies of #21BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BECE

Black with #21BECE

Text Example


Text Example

White with #21BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,190,206); }

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

background-color css

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

 a { background-color: rgb(33,190,206); }

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

border-color css

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

 span { border-color: rgb(33,190,206); }

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