#07B7D6

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

Shades of Iris Blue #07B7D6

Tints of Iris Blue #07B7D6

Color information

#07B7D6 (or 0x07B7D6) is unknown color: approx Iris Blue. HEX triplet: 07, B7 and D6. RGB value is (7,183,214). Sum of RGB (Red+Green+Blue) = 7+183+214=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #07B7D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B7D6 is #F84829. Grayscale: #858585. Windows color (decimal): -16271402 or 14071559. OLE color: 14071559.

HSL color Cylindrical-coordinate representation of color #07B7D6: hue angle of 188.99º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B7D6 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7183214-
CMYK0.970.1400.16
HSL188.99º93.67%43.33%-
HSV(B)188.99º96.73%83.92%-
XYZ29.1638.7769.56-
YUV133.91173.1937.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.73%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 214 (83.98% from 255) = 52.97%
R=1.73%
G=45.30%
B=52.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71832140.970.1400.16188.9993.6743.33
Hex7B7D661E010bd5e2b
Octal72673261411602027513653
Binary111101101111101011011000011110010000101111011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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