Html Css Color HEX #10ABDB Iris Blue

📋 copy color: '#10ABDB'

red 16 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #10ABDB

Tints of Iris Blue #10ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 3.94%
G = 42.12%
B = 53.94%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10ABDB (or 0x10ABDB) is known color: Iris Blue. HEX triplet: 10, AB and DB. RGB value is (16,171,219). Sum of RGB (Red+Green+Blue) = 16+171+219=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #10ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABDB is #EF5424. Grayscale: #818181. Windows color (decimal): -15684645 or 14396176. OLE color: 14396176.

HSL color Cylindrical-coordinate representation of color #10ABDB: hue angle of 194.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ABDB is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 171 219 -
CMYK 0.93 0.22 0 0.14
HSL 194.19º 0.86% 0.46% -
HSV(B) 194.19º 0.93% 0.86% -
XYZ 27.56 34.35 72.2 -
YUV 130.13 178.15 46.6 -
System Red Green Blue C M Y K H S L
Decimal 16 171 219 0.93 0.22 0 0.14 194.19 0.86 0.46
Hex 10 AB DB 5D 16 0 E C2 56 2E
Octal 20 253 333 135 26 0 16 302 126 56
Binary 10000 10101011 11011011 1011101 10110 0 1110 11000010 1010110 101110

Color Harmonies of #10ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABDB

Black with #10ABDB

Text Example


Text Example

White with #10ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,219); }

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

background-color css

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

 a { background-color: rgb(16,171,219); }

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

border-color css

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

 span { border-color: rgb(16,171,219); }

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