#07B9DE

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

Shades of Iris Blue #07B9DE

Tints of Iris Blue #07B9DE

Color information

#07B9DE (or 0x07B9DE) is unknown color: approx Iris Blue. HEX triplet: 07, B9 and DE. RGB value is (7,185,222). Sum of RGB (Red+Green+Blue) = 7+185+222=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #07B9DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9DE is #F84621. Grayscale: #878787. Windows color (decimal): -16270882 or 14596359. OLE color: 14596359.

HSL color Cylindrical-coordinate representation of color #07B9DE: hue angle of 190.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B9DE is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7185222-
CMYK0.970.1700.13
HSL190.33º93.89%44.9%-
HSV(B)190.33º96.85%87.06%-
XYZ30.6240.0275.22-
YUV136176.5335.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.69%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=1.69%
G=44.69%
B=53.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71852220.970.1700.13190.3393.8944.9
Hex7B9DE61110Dbe5e2d
Octal72713361412101527613655
Binary111101110011101111011000011000101101101111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,185,222); }

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

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

 a { background-color: rgb(7,185,222); }

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

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

 span { border-color: rgb(7,185,222); }

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