Html Css Color HEX #09ABC0 Iris Blue

📋 copy color: '#09ABC0'

red 9 ◦ green 171 ◦ blue 192

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

Shades of Iris Blue #09ABC0

Tints of Iris Blue #09ABC0

RGB

 RED value IS 9 (3.91% from 255) = 2.42%

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 2.42%
G = 45.97%
B = 51.61%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09ABC0 (or 0x09ABC0) is known color: Iris Blue. HEX triplet: 09, AB and C0. RGB value is (9,171,192). Sum of RGB (Red+Green+Blue) = 9+171+192=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #09ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABC0 is #F6543F. Grayscale: #7C7C7C. Windows color (decimal): -16143424 or 12626697. OLE color: 12626697.

HSL color Cylindrical-coordinate representation of color #09ABC0: hue angle of 186.89º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ABC0 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 171 192 -
CMYK 0.95 0.11 0 0.25
HSL 186.89º 0.91% 0.39% -
HSV(B) 186.89º 0.95% 0.75% -
XYZ 24.19 32.99 54.96 -
YUV 124.96 165.83 45.29 -
System Red Green Blue C M Y K H S L
Decimal 9 171 192 0.95 0.11 0 0.25 186.89 0.91 0.39
Hex 9 AB C0 5F B 0 19 BB 5B 27
Octal 11 253 300 137 13 0 31 273 133 47
Binary 1001 10101011 11000000 1011111 1011 0 11001 10111011 1011011 100111

Color Harmonies of #09ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ABC0

Black with #09ABC0

Text Example


Text Example

White with #09ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09ABC0; }

 p { color: rgb(9,171,192); }

 H1.HeaderClassName
 {
   color: #09ABC0;
 }
 .AnyTagClassName
 {
   color: #09ABC0;
 }
</style>

background-color css

<style>
 a { background-color: #09ABC0; }

 a { background-color: rgb(9,171,192); }

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

border-color css

<style>
 span { border-color: #09ABC0; }

 span { border-color: rgb(9,171,192); }

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