Html Css Color HEX #10B0C0 Iris Blue

📋 copy color: '#10B0C0'

red 16 ◦ green 176 ◦ blue 192

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

Shades of Iris Blue #10B0C0

Tints of Iris Blue #10B0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10B0C0 (or 0x10B0C0) is known color: Iris Blue. HEX triplet: 10, B0 and C0. RGB value is (16,176,192). Sum of RGB (Red+Green+Blue) = 16+176+192=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #10B0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0C0 is #EF4F3F. Grayscale: #818181. Windows color (decimal): -15683392 or 12627984. OLE color: 12627984.

HSL color Cylindrical-coordinate representation of color #10B0C0: hue angle of 185.45º 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 #10B0C0 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 176 192 -
CMYK 0.92 0.08 0 0.25
HSL 185.45º 0.85% 0.41% -
HSV(B) 185.45º 0.92% 0.75% -
XYZ 25.25 34.97 55.29 -
YUV 129.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 16 176 192 0.92 0.08 0 0.25 185.45 0.85 0.41
Hex 10 B0 C0 5C 8 0 19 B9 55 29
Octal 20 260 300 134 10 0 31 271 125 51
Binary 10000 10110000 11000000 1011100 1000 0 11001 10111001 1010101 101001

Color Harmonies of #10B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0C0

Black with #10B0C0

Text Example


Text Example

White with #10B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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