Html Css Color HEX #10B3BA Iris Blue

📋 copy color: '#10B3BA'

red 16 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #10B3BA

Tints of Iris Blue #10B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

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

R = 4.2%
G = 46.98%
B = 48.82%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10B3BA (or 0x10B3BA) is known color: Iris Blue. HEX triplet: 10, B3 and BA. RGB value is (16,179,186). Sum of RGB (Red+Green+Blue) = 16+179+186=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #10B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3BA is #EF4C45. Grayscale: #828282. Windows color (decimal): -15682630 or 12235536. OLE color: 12235536.

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

Color convert

RGB 16 179 186 -
CMYK 0.91 0.04 0 0.27
HSL 182.47º 0.84% 0.4% -
HSV(B) 182.47º 0.91% 0.73% -
XYZ 25.2 35.9 52.05 -
YUV 131.06 159 45.93 -
System Red Green Blue C M Y K H S L
Decimal 16 179 186 0.91 0.04 0 0.27 182.47 0.84 0.4
Hex 10 B3 BA 5B 4 0 1B B6 54 28
Octal 20 263 272 133 4 0 33 266 124 50
Binary 10000 10110011 10111010 1011011 100 0 11011 10110110 1010100 101000

Color Harmonies of #10B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B3BA

Black with #10B3BA

Text Example


Text Example

White with #10B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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