Html Css Color HEX #09ABC5 Iris Blue

📋 copy color: '#09ABC5'

red 9 ◦ green 171 ◦ blue 197

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

Shades of Iris Blue #09ABC5

Tints of Iris Blue #09ABC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.25%

R = 2.39%
G = 45.36%
B = 52.25%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#09ABC5 (or 0x09ABC5) is known color: Iris Blue. HEX triplet: 09, AB and C5. RGB value is (9,171,197). Sum of RGB (Red+Green+Blue) = 9+171+197=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #09ABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABC5 is #F6543A. Grayscale: #7D7D7D. Windows color (decimal): -16143419 or 12954377. OLE color: 12954377.

HSL color Cylindrical-coordinate representation of color #09ABC5: hue angle of 188.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ABC5 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 171 197 -
CMYK 0.95 0.13 0 0.23
HSL 188.3º 0.91% 0.4% -
HSV(B) 188.3º 0.95% 0.77% -
XYZ 24.75 33.22 57.93 -
YUV 125.53 168.33 44.89 -
System Red Green Blue C M Y K H S L
Decimal 9 171 197 0.95 0.13 0 0.23 188.3 0.91 0.4
Hex 9 AB C5 5F D 0 17 BC 5B 28
Octal 11 253 305 137 15 0 27 274 133 50
Binary 1001 10101011 11000101 1011111 1101 0 10111 10111100 1011011 101000

Color Harmonies of #09ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ABC5

Black with #09ABC5

Text Example


Text Example

White with #09ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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