Html Css Color HEX #10BABD Iris Blue

📋 copy color: '#10BABD'

red 16 ◦ green 186 ◦ blue 189

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

Shades of Iris Blue #10BABD

Tints of Iris Blue #10BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 4.09%
G = 47.57%
B = 48.34%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10BABD (or 0x10BABD) is known color: Iris Blue. HEX triplet: 10, BA and BD. RGB value is (16,186,189). Sum of RGB (Red+Green+Blue) = 16+186+189=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #10BABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BABD is #EF4542. Grayscale: #878787. Windows color (decimal): -15680835 or 12433936. OLE color: 12433936.

HSL color Cylindrical-coordinate representation of color #10BABD: hue angle of 181.04º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BABD is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 186 189 -
CMYK 0.92 0.02 0 0.26
HSL 181.04º 0.84% 0.4% -
HSV(B) 181.04º 0.92% 0.74% -
XYZ 26.96 38.9 54.23 -
YUV 135.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 16 186 189 0.92 0.02 0 0.26 181.04 0.84 0.4
Hex 10 BA BD 5C 2 0 1A B5 54 28
Octal 20 272 275 134 2 0 32 265 124 50
Binary 10000 10111010 10111101 1011100 10 0 11010 10110101 1010100 101000

Color Harmonies of #10BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BABD

Black with #10BABD

Text Example


Text Example

White with #10BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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