Html Css Color HEX #09ACCC Iris Blue

📋 copy color: '#09ACCC'

red 9 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #09ACCC

Tints of Iris Blue #09ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 2.34%
G = 44.68%
B = 52.99%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09ACCC (or 0x09ACCC) is known color: Iris Blue. HEX triplet: 09, AC and CC. RGB value is (9,172,204). Sum of RGB (Red+Green+Blue) = 9+172+204=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #09ACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACCC is #F65333. Grayscale: #7E7E7E. Windows color (decimal): -16143156 or 13413385. OLE color: 13413385.

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

Color convert

RGB 9 172 204 -
CMYK 0.96 0.16 0 0.2
HSL 189.85º 0.92% 0.42% -
HSV(B) 189.85º 0.96% 0.8% -
XYZ 25.76 33.92 62.32 -
YUV 126.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 9 172 204 0.96 0.16 0 0.2 189.85 0.92 0.42
Hex 9 AC CC 60 10 0 14 BE 5C 2A
Octal 11 254 314 140 20 0 24 276 134 52
Binary 1001 10101100 11001100 1100000 10000 0 10100 10111110 1011100 101010

Color Harmonies of #09ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACCC

Black with #09ACCC

Text Example


Text Example

White with #09ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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