#07BCC0

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

Shades of Iris Blue #07BCC0

Tints of Iris Blue #07BCC0

Color information

#07BCC0 (or 0x07BCC0) is unknown color: approx Iris Blue. HEX triplet: 07, BC and C0. RGB value is (7,188,192). Sum of RGB (Red+Green+Blue) = 7+188+192=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #07BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCC0 is #F8433F. Grayscale: #868686. Windows color (decimal): -16270144 or 12631047. OLE color: 12631047.

HSL color Cylindrical-coordinate representation of color #07BCC0: hue angle of 181.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCC0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7188192-
CMYK0.960.0200.25
HSL181.3º92.96%39.02%-
HSV(B)181.3º96.35%75.29%-
XYZ27.5939.8256.1-
YUV134.34160.5337.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.81%
GREEN value IS 188 (73.83% from 255) = 48.58%
BLUE value IS 192 (75.39% from 255) = 49.61%
R=1.81%
G=48.58%
B=49.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71881920.960.0200.25181.392.9639.02
Hex7BCC0602019b55d27
Octal7274300140203126513547
Binary1111011110011000000110000010011001101101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,188,192); }

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

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

 a { background-color: rgb(7,188,192); }

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

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

 span { border-color: rgb(7,188,192); }

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