Html Css Color HEX #20ACCB Iris Blue

📋 copy color: '#20ACCB'

red 32 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #20ACCB

Tints of Iris Blue #20ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 7.86%
G = 42.26%
B = 49.88%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20ACCB (or 0x20ACCB) is known color: Iris Blue. HEX triplet: 20, AC and CB. RGB value is (32,172,203). Sum of RGB (Red+Green+Blue) = 32+172+203=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #20ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACCB is #DF5334. Grayscale: #858585. Windows color (decimal): -14635829 or 13347872. OLE color: 13347872.

HSL color Cylindrical-coordinate representation of color #20ACCB: hue angle of 190.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ACCB is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 172 203 -
CMYK 0.84 0.15 0 0.20
HSL 190.88º 0.73% 0.46% -
HSV(B) 190.88º 0.84% 0.8% -
XYZ 26.13 34.12 61.71 -
YUV 133.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 32 172 203 0.84 0.15 0 0.20 190.88 0.73 0.46
Hex 20 AC CB 54 F 0 14 BF 49 2E
Octal 40 254 313 124 17 0 24 277 111 56
Binary 100000 10101100 11001011 1010100 1111 0 10100 10111111 1001001 101110

Color Harmonies of #20ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACCB

Black with #20ACCB

Text Example


Text Example

White with #20ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,172,203); }

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

background-color css

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

 a { background-color: rgb(32,172,203); }

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

border-color css

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

 span { border-color: rgb(32,172,203); }

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