Html Css Color HEX #20BECE Iris Blue

📋 copy color: '#20BECE'

red 32 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #20BECE

Tints of Iris Blue #20BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 7.48%
G = 44.39%
B = 48.13%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20BECE (or 0x20BECE) is known color: Iris Blue. HEX triplet: 20, BE and CE. RGB value is (32,190,206). Sum of RGB (Red+Green+Blue) = 32+190+206=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #20BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BECE is #DF4131. Grayscale: #909090. Windows color (decimal): -14631218 or 13549088. OLE color: 13549088.

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

Color convert

RGB 32 190 206 -
CMYK 0.84 0.08 0 0.19
HSL 185.52º 0.73% 0.47% -
HSV(B) 185.52º 0.84% 0.81% -
XYZ 30.15 41.59 64.83 -
YUV 144.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 32 190 206 0.84 0.08 0 0.19 185.52 0.73 0.47
Hex 20 BE CE 54 8 0 13 BA 49 2F
Octal 40 276 316 124 10 0 23 272 111 57
Binary 100000 10111110 11001110 1010100 1000 0 10011 10111010 1001001 101111

Color Harmonies of #20BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BECE

Black with #20BECE

Text Example


Text Example

White with #20BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,190,206); }

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

background-color css

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

 a { background-color: rgb(32,190,206); }

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

border-color css

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

 span { border-color: rgb(32,190,206); }

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