Html Css Color HEX #09ACCF Iris Blue

📋 copy color: '#09ACCF'

red 9 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #09ACCF

Tints of Iris Blue #09ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.33%

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

R = 2.32%
G = 44.33%
B = 53.35%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09ACCF (or 0x09ACCF) is known color: Iris Blue. HEX triplet: 09, AC and CF. RGB value is (9,172,207). Sum of RGB (Red+Green+Blue) = 9+172+207=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #09ACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACCF is #F65330. Grayscale: #7E7E7E. Windows color (decimal): -16143153 or 13609993. OLE color: 13609993.

HSL color Cylindrical-coordinate representation of color #09ACCF: hue angle of 190.61º 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 #09ACCF is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 172 207 -
CMYK 0.96 0.17 0 0.19
HSL 190.61º 0.92% 0.42% -
HSV(B) 190.61º 0.96% 0.81% -
XYZ 26.13 34.07 64.23 -
YUV 127.25 173 43.65 -
System Red Green Blue C M Y K H S L
Decimal 9 172 207 0.96 0.17 0 0.19 190.61 0.92 0.42
Hex 9 AC CF 60 11 0 13 BF 5C 2A
Octal 11 254 317 140 21 0 23 277 134 52
Binary 1001 10101100 11001111 1100000 10001 0 10011 10111111 1011100 101010

Color Harmonies of #09ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACCF

Black with #09ACCF

Text Example


Text Example

White with #09ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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