Html Css Color HEX #09AFC9 Iris Blue

📋 copy color: '#09AFC9'

red 9 ◦ green 175 ◦ blue 201

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

Shades of Iris Blue #09AFC9

Tints of Iris Blue #09AFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 2.34%
G = 45.45%
B = 52.21%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09AFC9 (or 0x09AFC9) is known color: Iris Blue. HEX triplet: 09, AF and C9. RGB value is (9,175,201). Sum of RGB (Red+Green+Blue) = 9+175+201=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #09AFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFC9 is #F65036. Grayscale: #808080. Windows color (decimal): -16142391 or 13217545. OLE color: 13217545.

HSL color Cylindrical-coordinate representation of color #09AFC9: hue angle of 188.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFC9 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 175 201 -
CMYK 0.96 0.13 0 0.21
HSL 188.13º 0.91% 0.41% -
HSV(B) 188.13º 0.96% 0.79% -
XYZ 25.99 34.94 60.63 -
YUV 128.33 169 42.89 -
System Red Green Blue C M Y K H S L
Decimal 9 175 201 0.96 0.13 0 0.21 188.13 0.91 0.41
Hex 9 AF C9 60 D 0 15 BC 5B 29
Octal 11 257 311 140 15 0 25 274 133 51
Binary 1001 10101111 11001001 1100000 1101 0 10101 10111100 1011011 101001

Color Harmonies of #09AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFC9

Black with #09AFC9

Text Example


Text Example

White with #09AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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