Html Css Color HEX #09AFBF Iris Blue

📋 copy color: '#09AFBF'

red 9 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #09AFBF

Tints of Iris Blue #09AFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

 BLUE value IS 191 (75% from 255) = 50.93%

R = 2.4%
G = 46.67%
B = 50.93%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09AFBF (or 0x09AFBF) is known color: Iris Blue. HEX triplet: 09, AF and BF. RGB value is (9,175,191). Sum of RGB (Red+Green+Blue) = 9+175+191=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #09AFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFBF is #F65040. Grayscale: #7E7E7E. Windows color (decimal): -16142401 or 12562185. OLE color: 12562185.

HSL color Cylindrical-coordinate representation of color #09AFBF: hue angle of 185.27º 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 #09AFBF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 175 191 -
CMYK 0.95 0.08 0 0.25
HSL 185.27º 0.91% 0.39% -
HSV(B) 185.27º 0.95% 0.75% -
XYZ 24.85 34.48 54.64 -
YUV 127.19 164 43.7 -
System Red Green Blue C M Y K H S L
Decimal 9 175 191 0.95 0.08 0 0.25 185.27 0.91 0.39
Hex 9 AF BF 5F 8 0 19 B9 5B 27
Octal 11 257 277 137 10 0 31 271 133 47
Binary 1001 10101111 10111111 1011111 1000 0 11001 10111001 1011011 100111

Color Harmonies of #09AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFBF

Black with #09AFBF

Text Example


Text Example

White with #09AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,175,191); }

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

background-color css

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

 a { background-color: rgb(9,175,191); }

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

border-color css

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

 span { border-color: rgb(9,175,191); }

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