Html Css Color HEX #10B5BF Iris Blue

📋 copy color: '#10B5BF'

red 16 ◦ green 181 ◦ blue 191

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

Shades of Iris Blue #10B5BF

Tints of Iris Blue #10B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.65%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 4.12%
G = 46.65%
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

#10B5BF (or 0x10B5BF) is known color: Iris Blue. HEX triplet: 10, B5 and BF. RGB value is (16,181,191). Sum of RGB (Red+Green+Blue) = 16+181+191=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #10B5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5BF is #EF4A40. Grayscale: #848484. Windows color (decimal): -15682113 or 12563728. OLE color: 12563728.

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

Color convert

RGB 16 181 191 -
CMYK 0.92 0.05 0 0.25
HSL 183.43º 0.85% 0.41% -
HSV(B) 183.43º 0.92% 0.75% -
XYZ 26.14 36.92 55.04 -
YUV 132.81 160.84 44.69 -
System Red Green Blue C M Y K H S L
Decimal 16 181 191 0.92 0.05 0 0.25 183.43 0.85 0.41
Hex 10 B5 BF 5C 5 0 19 B7 55 29
Octal 20 265 277 134 5 0 31 267 125 51
Binary 10000 10110101 10111111 1011100 101 0 11001 10110111 1010101 101001

Color Harmonies of #10B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B5BF

Black with #10B5BF

Text Example


Text Example

White with #10B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,191); }

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

background-color css

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

 a { background-color: rgb(16,181,191); }

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

border-color css

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

 span { border-color: rgb(16,181,191); }

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