Html Css Color HEX #09AFBD Iris Blue

📋 copy color: '#09AFBD'

red 9 ◦ green 175 ◦ blue 189

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

Shades of Iris Blue #09AFBD

Tints of Iris Blue #09AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 2.41%
G = 46.92%
B = 50.67%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09AFBD (or 0x09AFBD) is known color: Iris Blue. HEX triplet: 09, AF and BD. RGB value is (9,175,189). Sum of RGB (Red+Green+Blue) = 9+175+189=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #09AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFBD is #F65042. Grayscale: #7E7E7E. Windows color (decimal): -16142403 or 12431113. OLE color: 12431113.

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

Color convert

RGB 9 175 189 -
CMYK 0.95 0.07 0 0.26
HSL 184.67º 0.91% 0.39% -
HSV(B) 184.67º 0.95% 0.74% -
XYZ 24.63 34.39 53.48 -
YUV 126.96 163 43.86 -
System Red Green Blue C M Y K H S L
Decimal 9 175 189 0.95 0.07 0 0.26 184.67 0.91 0.39
Hex 9 AF BD 5F 7 0 1A B9 5B 27
Octal 11 257 275 137 7 0 32 271 133 47
Binary 1001 10101111 10111101 1011111 111 0 11010 10111001 1011011 100111

Color Harmonies of #09AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFBD

Black with #09AFBD

Text Example


Text Example

White with #09AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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