#09a8d6

Color #09A8D6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #09A8D6

Tints of Iris Blue #09A8D6

Color information

#09A8D6 (or 0x09A8D6) is unknown color: approx Iris Blue. HEX triplet: 09, A8 and D6. RGB value is (9,168,214). Sum of RGB (Red+Green+Blue) = 9+168+214=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #09A8D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8D6 is #F65729. Grayscale: #7D7D7D. Windows color (decimal): -16144170 or 14067721. OLE color: 14067721.

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

Color convert

RGB9168214-
CMYK0.960.2100.16
HSL193.46º91.93%43.73%-
HSV(B)193.46º95.79%83.92%-
XYZ26.2532.9268.59-
YUV125.7177.8244.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.30%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=2.30%
G=42.97%
B=54.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91682140.960.2100.16193.4691.9343.73
Hex9A8D66015010c15c2c
Octal112503261402502030113454
Binary10011010100011010110110000010101010000110000011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09a8d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,168,214); }

 H1.HeaderClassName
 {
   color: #09a8d6;
 }
 .AnyTagClassName
 {
   color: #09a8d6;
 }
</style>
background-color css

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

 a { background-color: rgb(9,168,214); }

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

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

 span { border-color: rgb(9,168,214); }

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