Html Css Color HEX #10B9BB Iris Blue

📋 copy color: '#10B9BB'

red 16 ◦ green 185 ◦ blue 187

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

Shades of Iris Blue #10B9BB

Tints of Iris Blue #10B9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 4.12%
G = 47.68%
B = 48.2%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10B9BB (or 0x10B9BB) is known color: Iris Blue. HEX triplet: 10, B9 and BB. RGB value is (16,185,187). Sum of RGB (Red+Green+Blue) = 16+185+187=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #10B9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B9BB is #EF4644. Grayscale: #868686. Windows color (decimal): -15681093 or 12302608. OLE color: 12302608.

HSL color Cylindrical-coordinate representation of color #10B9BB: hue angle of 180.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B9BB is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 185 187 -
CMYK 0.91 0.01 0 0.27
HSL 180.7º 0.84% 0.4% -
HSV(B) 180.7º 0.91% 0.73% -
XYZ 26.53 38.4 53.03 -
YUV 134.7 157.51 43.34 -
System Red Green Blue C M Y K H S L
Decimal 16 185 187 0.91 0.01 0 0.27 180.7 0.84 0.4
Hex 10 B9 BB 5B 1 0 1B B5 54 28
Octal 20 271 273 133 1 0 33 265 124 50
Binary 10000 10111001 10111011 1011011 1 0 11011 10110101 1010100 101000

Color Harmonies of #10B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9BB

Black with #10B9BB

Text Example


Text Example

White with #10B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,187); }

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

background-color css

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

 a { background-color: rgb(16,185,187); }

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

border-color css

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

 span { border-color: rgb(16,185,187); }

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