Html Css Color HEX #10B6C0 Iris Blue

📋 copy color: '#10B6C0'

red 16 ◦ green 182 ◦ blue 192

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

Shades of Iris Blue #10B6C0

Tints of Iris Blue #10B6C0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

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

R = 4.1%
G = 46.67%
B = 49.23%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10B6C0 (or 0x10B6C0) is known color: Iris Blue. HEX triplet: 10, B6 and C0. RGB value is (16,182,192). Sum of RGB (Red+Green+Blue) = 16+182+192=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #10B6C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6C0 is #EF493F. Grayscale: #858585. Windows color (decimal): -15681856 or 12629520. OLE color: 12629520.

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

Color convert

RGB 16 182 192 -
CMYK 0.92 0.05 0 0.25
HSL 183.41º 0.85% 0.41% -
HSV(B) 183.41º 0.92% 0.75% -
XYZ 26.46 37.37 55.69 -
YUV 133.51 161 44.19 -
System Red Green Blue C M Y K H S L
Decimal 16 182 192 0.92 0.05 0 0.25 183.41 0.85 0.41
Hex 10 B6 C0 5C 5 0 19 B7 55 29
Octal 20 266 300 134 5 0 31 267 125 51
Binary 10000 10110110 11000000 1011100 101 0 11001 10110111 1010101 101001

Color Harmonies of #10B6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B6C0

Black with #10B6C0

Text Example


Text Example

White with #10B6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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