#07B2C5

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

Shades of Iris Blue #07B2C5

Tints of Iris Blue #07B2C5

Color information

#07B2C5 (or 0x07B2C5) is unknown color: approx Iris Blue. HEX triplet: 07, B2 and C5. RGB value is (7,178,197). Sum of RGB (Red+Green+Blue) = 7+178+197=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #07B2C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07B2C5 is #F84D3A. Grayscale: #808080. Windows color (decimal): -16272699 or 12956167. OLE color: 12956167.

HSL color Cylindrical-coordinate representation of color #07B2C5: hue angle of 186º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B2C5 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7178197-
CMYK0.960.1000.23
HSL186º93.14%40%-
HSV(B)186º96.45%77.25%-
XYZ26.0935.9258.38-
YUV129.04166.3540.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.83%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=1.83%
G=46.60%
B=51.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71781970.960.1000.2318693.1440
Hex7B2C560A017ba5d28
Octal72623051401202727213550
Binary111101100101100010111000001010010111101110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,178,197); }

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

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

 a { background-color: rgb(7,178,197); }

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

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

 span { border-color: rgb(7,178,197); }

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