Html Css Color HEX #21BCD0 Iris Blue

📋 copy color: '#21BCD0'

red 33 ◦ green 188 ◦ blue 208

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

Shades of Iris Blue #21BCD0

Tints of Iris Blue #21BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 7.69%
G = 43.82%
B = 48.48%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#21BCD0 (or 0x21BCD0) is known color: Iris Blue. HEX triplet: 21, BC and D0. RGB value is (33,188,208). Sum of RGB (Red+Green+Blue) = 33+188+208=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #21BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCD0 is #DE432F. Grayscale: #8F8F8F. Windows color (decimal): -14566192 or 13679649. OLE color: 13679649.

HSL color Cylindrical-coordinate representation of color #21BCD0: hue angle of 186.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BCD0 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 188 208 -
CMYK 0.84 0.10 0 0.18
HSL 186.86º 0.73% 0.47% -
HSV(B) 186.86º 0.84% 0.82% -
XYZ 30 40.84 65.98 -
YUV 143.94 164.15 48.87 -
System Red Green Blue C M Y K H S L
Decimal 33 188 208 0.84 0.10 0 0.18 186.86 0.73 0.47
Hex 21 BC D0 54 A 0 12 BB 49 2F
Octal 41 274 320 124 12 0 22 273 111 57
Binary 100001 10111100 11010000 1010100 1010 0 10010 10111011 1001001 101111

Color Harmonies of #21BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCD0

Black with #21BCD0

Text Example


Text Example

White with #21BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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