Html Css Color HEX #10ABBA Iris Blue

📋 copy color: '#10ABBA'

red 16 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #10ABBA

Tints of Iris Blue #10ABBA

RGB

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

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

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

R = 4.29%
G = 45.84%
B = 49.87%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10ABBA (or 0x10ABBA) is known color: Iris Blue. HEX triplet: 10, AB and BA. RGB value is (16,171,186). Sum of RGB (Red+Green+Blue) = 16+171+186=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #10ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABBA is #EF5445. Grayscale: #7E7E7E. Windows color (decimal): -15684678 or 12233488. OLE color: 12233488.

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

Color convert

RGB 16 171 186 -
CMYK 0.91 0.08 0 0.27
HSL 185.29º 0.84% 0.4% -
HSV(B) 185.29º 0.91% 0.73% -
XYZ 23.64 32.78 51.54 -
YUV 126.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 16 171 186 0.91 0.08 0 0.27 185.29 0.84 0.4
Hex 10 AB BA 5B 8 0 1B B9 54 28
Octal 20 253 272 133 10 0 33 271 124 50
Binary 10000 10101011 10111010 1011011 1000 0 11011 10111001 1010100 101000

Color Harmonies of #10ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABBA

Black with #10ABBA

Text Example


Text Example

White with #10ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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