#07BDC0

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

Shades of Iris Blue #07BDC0

Tints of Iris Blue #07BDC0

Color information

#07BDC0 (or 0x07BDC0) is unknown color: approx Iris Blue. HEX triplet: 07, BD and C0. RGB value is (7,189,192). Sum of RGB (Red+Green+Blue) = 7+189+192=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #07BDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDC0 is #F8423F. Grayscale: #868686. Windows color (decimal): -16269888 or 12631303. OLE color: 12631303.

HSL color Cylindrical-coordinate representation of color #07BDC0: hue angle of 180.97º 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 #07BDC0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7189192-
CMYK0.960.0200.25
HSL180.97º92.96%39.02%-
HSV(B)180.97º96.35%75.29%-
XYZ27.840.2556.17-
YUV134.92160.236.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.80%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=1.80%
G=48.71%
B=49.48%

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
Decimal71891920.960.0200.25180.9792.9639.02
Hex7BDC0602019b55d27
Octal7275300140203126513547
Binary1111011110111000000110000010011001101101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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