#08AFB7

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

Shades of Iris Blue #08AFB7

Tints of Iris Blue #08AFB7

Color information

#08AFB7 (or 0x08AFB7) is unknown color: approx Iris Blue. HEX triplet: 08, AF and B7. RGB value is (8,175,183). Sum of RGB (Red+Green+Blue) = 8+175+183=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #08AFB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AFB7 is #F75048. Grayscale: #7D7D7D. Windows color (decimal): -16207945 or 12037896. OLE color: 12037896.

HSL color Cylindrical-coordinate representation of color #08AFB7: hue angle of 182.74º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AFB7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8175183-
CMYK0.960.0400.28
HSL182.74º91.62%37.45%-
HSV(B)182.74º95.63%71.76%-
XYZ23.9834.1350.12-
YUV125.98160.1743.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.19%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 183 (71.88% from 255) = 50%
R=2.19%
G=47.81%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81751830.960.0400.28182.7491.6237.45
Hex8AFB760401Cb75c25
Octal10257267140403426713445
Binary100010101111101101111100000100011100101101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AFB7; }

 p { color: rgb(8,175,183); }

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

<style>
 a { background-color: #08AFB7; }

 a { background-color: rgb(8,175,183); }

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

<style>
 span { border-color: #08AFB7; }

 span { border-color: rgb(8,175,183); }

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