#07AFB7

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

Shades of Iris Blue #07AFB7

Tints of Iris Blue #07AFB7

Color information

#07AFB7 (or 0x07AFB7) is unknown color: approx Iris Blue. HEX triplet: 07, AF and B7. RGB value is (7,175,183). Sum of RGB (Red+Green+Blue) = 7+175+183=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #07AFB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AFB7 is #F85048. Grayscale: #7D7D7D. Windows color (decimal): -16273481 or 12037895. OLE color: 12037895.

HSL color Cylindrical-coordinate representation of color #07AFB7: hue angle of 182.73º degrees, saturation: 0.93, 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 #07AFB7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7175183-
CMYK0.960.0400.28
HSL182.73º92.63%37.25%-
HSV(B)182.73º96.17%71.76%-
XYZ23.9634.1250.12-
YUV125.68160.3443.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.92%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=1.92%
G=47.95%
B=50.14%

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
Decimal71751830.960.0400.28182.7392.6337.25
Hex7AFB760401Cb75d25
Octal7257267140403426713545
Binary11110101111101101111100000100011100101101111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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