Html Css Color HEX #10ABB8 Iris Blue

📋 copy color: '#10ABB8'

red 16 ◦ green 171 ◦ blue 184

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

Shades of Iris Blue #10ABB8

Tints of Iris Blue #10ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.6%

R = 4.31%
G = 46.09%
B = 49.6%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#10ABB8 (or 0x10ABB8) is known color: Iris Blue. HEX triplet: 10, AB and B8. RGB value is (16,171,184). Sum of RGB (Red+Green+Blue) = 16+171+184=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #10ABB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABB8 is #EF5447. Grayscale: #7D7D7D. Windows color (decimal): -15684680 or 12102416. OLE color: 12102416.

HSL color Cylindrical-coordinate representation of color #10ABB8: hue angle of 184.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ABB8 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 171 184 -
CMYK 0.91 0.07 0 0.28
HSL 184.64º 0.84% 0.39% -
HSV(B) 184.64º 0.91% 0.72% -
XYZ 23.43 32.7 50.42 -
YUV 126.14 160.65 49.44 -
System Red Green Blue C M Y K H S L
Decimal 16 171 184 0.91 0.07 0 0.28 184.64 0.84 0.39
Hex 10 AB B8 5B 7 0 1C B9 54 27
Octal 20 253 270 133 7 0 34 271 124 47
Binary 10000 10101011 10111000 1011011 111 0 11100 10111001 1010100 100111

Color Harmonies of #10ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABB8

Black with #10ABB8

Text Example


Text Example

White with #10ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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