Html Css Color HEX #10B0BE Iris Blue

📋 copy color: '#10B0BE'

red 16 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #10B0BE

Tints of Iris Blue #10B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 4.19%
G = 46.07%
B = 49.74%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10B0BE (or 0x10B0BE) is known color: Iris Blue. HEX triplet: 10, B0 and BE. RGB value is (16,176,190). Sum of RGB (Red+Green+Blue) = 16+176+190=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #10B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0BE is #EF4F41. Grayscale: #818181. Windows color (decimal): -15683394 or 12496912. OLE color: 12496912.

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

Color convert

RGB 16 176 190 -
CMYK 0.92 0.07 0 0.25
HSL 184.83º 0.84% 0.4% -
HSV(B) 184.83º 0.92% 0.75% -
XYZ 25.03 34.88 54.13 -
YUV 129.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 16 176 190 0.92 0.07 0 0.25 184.83 0.84 0.4
Hex 10 B0 BE 5C 7 0 19 B9 54 28
Octal 20 260 276 134 7 0 31 271 124 50
Binary 10000 10110000 10111110 1011100 111 0 11001 10111001 1010100 101000

Color Harmonies of #10B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0BE

Black with #10B0BE

Text Example


Text Example

White with #10B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,176,190); }

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

background-color css

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

 a { background-color: rgb(16,176,190); }

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

border-color css

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

 span { border-color: rgb(16,176,190); }

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