Html Css Color HEX #09AFC6 Iris Blue

📋 copy color: '#09AFC6'

red 9 ◦ green 175 ◦ blue 198

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

Shades of Iris Blue #09AFC6

Tints of Iris Blue #09AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 2.36%
G = 45.81%
B = 51.83%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#09AFC6 (or 0x09AFC6) is known color: Iris Blue. HEX triplet: 09, AF and C6. RGB value is (9,175,198). Sum of RGB (Red+Green+Blue) = 9+175+198=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #09AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFC6 is #F65039. Grayscale: #7F7F7F. Windows color (decimal): -16142394 or 13020937. OLE color: 13020937.

HSL color Cylindrical-coordinate representation of color #09AFC6: hue angle of 187.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AFC6 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 175 198 -
CMYK 0.95 0.12 0 0.22
HSL 187.3º 0.91% 0.41% -
HSV(B) 187.3º 0.95% 0.78% -
XYZ 25.64 34.8 58.79 -
YUV 127.99 167.5 43.13 -
System Red Green Blue C M Y K H S L
Decimal 9 175 198 0.95 0.12 0 0.22 187.3 0.91 0.41
Hex 9 AF C6 5F C 0 16 BB 5B 29
Octal 11 257 306 137 14 0 26 273 133 51
Binary 1001 10101111 11000110 1011111 1100 0 10110 10111011 1011011 101001

Color Harmonies of #09AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFC6

Black with #09AFC6

Text Example


Text Example

White with #09AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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