#07BDDF

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

Shades of Iris Blue #07BDDF

Tints of Iris Blue #07BDDF

Color information

#07BDDF (or 0x07BDDF) is unknown color: approx Iris Blue. HEX triplet: 07, BD and DF. RGB value is (7,189,223). Sum of RGB (Red+Green+Blue) = 7+189+223=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #07BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BDDF is #F84220. Grayscale: #8A8A8A. Windows color (decimal): -16269857 or 14662919. OLE color: 14662919.

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

Color convert

RGB7189223-
CMYK0.970.1500.13
HSL189.44º93.91%45.1%-
HSV(B)189.44º96.86%87.45%-
XYZ31.641.7776.21-
YUV138.46175.734.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.67%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 223 (87.5% from 255) = 53.22%
R=1.67%
G=45.11%
B=53.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71892230.970.1500.13189.4493.9145.1
Hex7BDDF61F0Dbd5e2d
Octal72753371411701527513655
Binary11110111101110111111100001111101101101111011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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