Html Css Color HEX #10BDBF Iris Blue

📋 copy color: '#10BDBF'

red 16 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #10BDBF

Tints of Iris Blue #10BDBF

RGB

 RED value IS 16 (6.64% from 255) = 4.04%

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 4.04%
G = 47.73%
B = 48.23%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10BDBF (or 0x10BDBF) is known color: Iris Blue. HEX triplet: 10, BD and BF. RGB value is (16,189,191). Sum of RGB (Red+Green+Blue) = 16+189+191=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #10BDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDBF is #EF4240. Grayscale: #898989. Windows color (decimal): -15680065 or 12565776. OLE color: 12565776.

HSL color Cylindrical-coordinate representation of color #10BDBF: hue angle of 180.69º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDBF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 189 191 -
CMYK 0.92 0.01 0 0.25
HSL 180.69º 0.85% 0.41% -
HSV(B) 180.69º 0.92% 0.75% -
XYZ 27.82 40.27 55.6 -
YUV 137.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 16 189 191 0.92 0.01 0 0.25 180.69 0.85 0.41
Hex 10 BD BF 5C 1 0 19 B5 55 29
Octal 20 275 277 134 1 0 31 265 125 51
Binary 10000 10111101 10111111 1011100 1 0 11001 10110101 1010101 101001

Color Harmonies of #10BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDBF

Black with #10BDBF

Text Example


Text Example

White with #10BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BDBF; }

 p { color: rgb(16,189,191); }

 H1.HeaderClassName
 {
   color: #10BDBF;
 }
 .AnyTagClassName
 {
   color: #10BDBF;
 }
</style>

background-color css

<style>
 a { background-color: #10BDBF; }

 a { background-color: rgb(16,189,191); }

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

border-color css

<style>
 span { border-color: #10BDBF; }

 span { border-color: rgb(16,189,191); }

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