Html Css Color HEX #20BACF Iris Blue

📋 copy color: '#20BACF'

red 32 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #20BACF

Tints of Iris Blue #20BACF

RGB

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

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

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

R = 7.53%
G = 43.76%
B = 48.71%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20BACF (or 0x20BACF) is known color: Iris Blue. HEX triplet: 20, BA and CF. RGB value is (32,186,207). Sum of RGB (Red+Green+Blue) = 32+186+207=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BACF is #DF4530. Grayscale: #8E8E8E. Windows color (decimal): -14632241 or 13613600. OLE color: 13613600.

HSL color Cylindrical-coordinate representation of color #20BACF: hue angle of 187.2º 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 #20BACF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 186 207 -
CMYK 0.85 0.10 0 0.19
HSL 187.2º 0.73% 0.47% -
HSV(B) 187.2º 0.85% 0.81% -
XYZ 29.42 39.93 65.19 -
YUV 142.35 164.48 49.29 -
System Red Green Blue C M Y K H S L
Decimal 32 186 207 0.85 0.10 0 0.19 187.2 0.73 0.47
Hex 20 BA CF 55 A 0 13 BB 49 2F
Octal 40 272 317 125 12 0 23 273 111 57
Binary 100000 10111010 11001111 1010101 1010 0 10011 10111011 1001001 101111

Color Harmonies of #20BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BACF

Black with #20BACF

Text Example


Text Example

White with #20BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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