Html Css Color HEX #10B6BA Iris Blue

📋 copy color: '#10B6BA'

red 16 ◦ green 182 ◦ blue 186

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

Shades of Iris Blue #10B6BA

Tints of Iris Blue #10B6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 4.17%
G = 47.4%
B = 48.44%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10B6BA (or 0x10B6BA) is known color: Iris Blue. HEX triplet: 10, B6 and BA. RGB value is (16,182,186). Sum of RGB (Red+Green+Blue) = 16+182+186=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #10B6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6BA is #EF4945. Grayscale: #848484. Windows color (decimal): -15681862 or 12236304. OLE color: 12236304.

HSL color Cylindrical-coordinate representation of color #10B6BA: hue angle of 181.41º 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 #10B6BA is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 182 186 -
CMYK 0.91 0.02 0 0.27
HSL 181.41º 0.84% 0.4% -
HSV(B) 181.41º 0.91% 0.73% -
XYZ 25.8 37.11 52.26 -
YUV 132.82 158 44.67 -
System Red Green Blue C M Y K H S L
Decimal 16 182 186 0.91 0.02 0 0.27 181.41 0.84 0.4
Hex 10 B6 BA 5B 2 0 1B B5 54 28
Octal 20 266 272 133 2 0 33 265 124 50
Binary 10000 10110110 10111010 1011011 10 0 11011 10110101 1010100 101000

Color Harmonies of #10B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B6BA

Black with #10B6BA

Text Example


Text Example

White with #10B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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