Html Css Color HEX #20BDCF Iris Blue

📋 copy color: '#20BDCF'

red 32 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #20BDCF

Tints of Iris Blue #20BDCF

RGB

 RED value IS 32 (12.89% from 255) = 7.48%

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 7.48%
G = 44.16%
B = 48.36%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20BDCF (or 0x20BDCF) is known color: Iris Blue. HEX triplet: 20, BD and CF. RGB value is (32,189,207). Sum of RGB (Red+Green+Blue) = 32+189+207=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDCF is #DF4230. Grayscale: #8F8F8F. Windows color (decimal): -14631473 or 13614368. OLE color: 13614368.

HSL color Cylindrical-coordinate representation of color #20BDCF: hue angle of 186.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BDCF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 189 207 -
CMYK 0.85 0.09 0 0.19
HSL 186.17º 0.73% 0.47% -
HSV(B) 186.17º 0.85% 0.81% -
XYZ 30.06 41.21 65.4 -
YUV 144.11 163.49 48.04 -
System Red Green Blue C M Y K H S L
Decimal 32 189 207 0.85 0.09 0 0.19 186.17 0.73 0.47
Hex 20 BD CF 55 9 0 13 BA 49 2F
Octal 40 275 317 125 11 0 23 272 111 57
Binary 100000 10111101 11001111 1010101 1001 0 10011 10111010 1001001 101111

Color Harmonies of #20BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDCF

Black with #20BDCF

Text Example


Text Example

White with #20BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BDCF; }

 p { color: rgb(32,189,207); }

 H1.HeaderClassName
 {
   color: #20BDCF;
 }
 .AnyTagClassName
 {
   color: #20BDCF;
 }
</style>

background-color css

<style>
 a { background-color: #20BDCF; }

 a { background-color: rgb(32,189,207); }

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

border-color css

<style>
 span { border-color: #20BDCF; }

 span { border-color: rgb(32,189,207); }

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