#07B8D6

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

Shades of Iris Blue #07B8D6

Tints of Iris Blue #07B8D6

Color information

#07B8D6 (or 0x07B8D6) is unknown color: approx Iris Blue. HEX triplet: 07, B8 and D6. RGB value is (7,184,214). Sum of RGB (Red+Green+Blue) = 7+184+214=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #07B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B8D6 is #F84729. Grayscale: #868686. Windows color (decimal): -16271146 or 14071815. OLE color: 14071815.

HSL color Cylindrical-coordinate representation of color #07B8D6: hue angle of 188.7º 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 #07B8D6 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7184214-
CMYK0.970.1400.16
HSL188.7º93.67%43.33%-
HSV(B)188.7º96.73%83.92%-
XYZ29.3739.1869.63-
YUV134.5172.8637.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.73%
GREEN value IS 184 (72.27% from 255) = 45.43%
BLUE value IS 214 (83.98% from 255) = 52.84%
R=1.73%
G=45.43%
B=52.84%

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
Decimal71842140.970.1400.16188.793.6743.33
Hex7B8D661E010bd5e2b
Octal72703261411602027513653
Binary111101110001101011011000011110010000101111011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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