Html Css Color HEX #21BBCE Iris Blue

📋 copy color: '#21BBCE'

red 33 ◦ green 187 ◦ blue 206

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

Shades of Iris Blue #21BBCE

Tints of Iris Blue #21BBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

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

R = 7.75%
G = 43.9%
B = 48.36%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21BBCE (or 0x21BBCE) is known color: Iris Blue. HEX triplet: 21, BB and CE. RGB value is (33,187,206). Sum of RGB (Red+Green+Blue) = 33+187+206=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #21BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBCE is #DE4431. Grayscale: #8E8E8E. Windows color (decimal): -14566450 or 13548321. OLE color: 13548321.

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

Color convert

RGB 33 187 206 -
CMYK 0.84 0.09 0 0.19
HSL 186.59º 0.72% 0.47% -
HSV(B) 186.59º 0.84% 0.81% -
XYZ 29.54 40.32 64.62 -
YUV 143.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 33 187 206 0.84 0.09 0 0.19 186.59 0.72 0.47
Hex 21 BB CE 54 9 0 13 BB 48 2F
Octal 41 273 316 124 11 0 23 273 110 57
Binary 100001 10111011 11001110 1010100 1001 0 10011 10111011 1001000 101111

Color Harmonies of #21BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBCE

Black with #21BBCE

Text Example


Text Example

White with #21BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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