Html Css Color HEX #10ABBD Iris Blue

📋 copy color: '#10ABBD'

red 16 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #10ABBD

Tints of Iris Blue #10ABBD

RGB

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

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

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

R = 4.26%
G = 45.48%
B = 50.27%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10ABBD (or 0x10ABBD) is known color: Iris Blue. HEX triplet: 10, AB and BD. RGB value is (16,171,189). Sum of RGB (Red+Green+Blue) = 16+171+189=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #10ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABBD is #EF5442. Grayscale: #7E7E7E. Windows color (decimal): -15684675 or 12430096. OLE color: 12430096.

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

Color convert

RGB 16 171 189 -
CMYK 0.92 0.10 0 0.26
HSL 186.24º 0.84% 0.4% -
HSV(B) 186.24º 0.92% 0.74% -
XYZ 23.96 32.91 53.23 -
YUV 126.71 163.15 49.04 -
System Red Green Blue C M Y K H S L
Decimal 16 171 189 0.92 0.10 0 0.26 186.24 0.84 0.4
Hex 10 AB BD 5C A 0 1A BA 54 28
Octal 20 253 275 134 12 0 32 272 124 50
Binary 10000 10101011 10111101 1011100 1010 0 11010 10111010 1010100 101000

Color Harmonies of #10ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABBD

Black with #10ABBD

Text Example


Text Example

White with #10ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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