Html Css Color HEX #09AFCF Iris Blue

📋 copy color: '#09AFCF'

red 9 ◦ green 175 ◦ blue 207

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

Shades of Iris Blue #09AFCF

Tints of Iris Blue #09AFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 2.3%
G = 44.76%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09AFCF (or 0x09AFCF) is known color: Iris Blue. HEX triplet: 09, AF and CF. RGB value is (9,175,207). Sum of RGB (Red+Green+Blue) = 9+175+207=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #09AFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFCF is #F65030. Grayscale: #808080. Windows color (decimal): -16142385 or 13610761. OLE color: 13610761.

HSL color Cylindrical-coordinate representation of color #09AFCF: hue angle of 189.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AFCF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 175 207 -
CMYK 0.96 0.15 0 0.19
HSL 189.7º 0.92% 0.42% -
HSV(B) 189.7º 0.96% 0.81% -
XYZ 26.71 35.22 64.42 -
YUV 129.01 172 42.4 -
System Red Green Blue C M Y K H S L
Decimal 9 175 207 0.96 0.15 0 0.19 189.7 0.92 0.42
Hex 9 AF CF 60 F 0 13 BE 5C 2A
Octal 11 257 317 140 17 0 23 276 134 52
Binary 1001 10101111 11001111 1100000 1111 0 10011 10111110 1011100 101010

Color Harmonies of #09AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFCF

Black with #09AFCF

Text Example


Text Example

White with #09AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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