Html Css Color HEX #20BAD0 Iris Blue

📋 copy color: '#20BAD0'

red 32 ◦ green 186 ◦ blue 208

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

Shades of Iris Blue #20BAD0

Tints of Iris Blue #20BAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

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

R = 7.51%
G = 43.66%
B = 48.83%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#20BAD0 (or 0x20BAD0) is known color: Iris Blue. HEX triplet: 20, BA and D0. RGB value is (32,186,208). Sum of RGB (Red+Green+Blue) = 32+186+208=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #20BAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAD0 is #DF452F. Grayscale: #8E8E8E. Windows color (decimal): -14632240 or 13679136. OLE color: 13679136.

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

Color convert

RGB 32 186 208 -
CMYK 0.85 0.11 0 0.18
HSL 187.5º 0.73% 0.47% -
HSV(B) 187.5º 0.85% 0.82% -
XYZ 29.54 39.98 65.83 -
YUV 142.46 164.98 49.21 -
System Red Green Blue C M Y K H S L
Decimal 32 186 208 0.85 0.11 0 0.18 187.5 0.73 0.47
Hex 20 BA D0 55 B 0 12 BC 49 2F
Octal 40 272 320 125 13 0 22 274 111 57
Binary 100000 10111010 11010000 1010101 1011 0 10010 10111100 1001001 101111

Color Harmonies of #20BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAD0

Black with #20BAD0

Text Example


Text Example

White with #20BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,208); }

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

background-color css

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

 a { background-color: rgb(32,186,208); }

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

border-color css

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

 span { border-color: rgb(32,186,208); }

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