#07BECA

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

Shades of Iris Blue #07BECA

Tints of Iris Blue #07BECA

Color information

#07BECA (or 0x07BECA) is unknown color: approx Iris Blue. HEX triplet: 07, BE and CA. RGB value is (7,190,202). Sum of RGB (Red+Green+Blue) = 7+190+202=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #07BECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BECA is #F84135. Grayscale: #888888. Windows color (decimal): -16269622 or 13286919. OLE color: 13286919.

HSL color Cylindrical-coordinate representation of color #07BECA: hue angle of 183.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BECA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7190202-
CMYK0.970.0600.21
HSL183.69º93.3%40.98%-
HSV(B)183.69º96.53%79.22%-
XYZ29.1641.1462.28-
YUV136.65164.8735.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.75%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=1.75%
G=47.62%
B=50.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71902020.970.0600.21183.6993.340.98
Hex7BECA616015b85d29
Octal7276312141602527013551
Binary11110111110110010101100001110010101101110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,190,202); }

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

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

 a { background-color: rgb(7,190,202); }

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

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

 span { border-color: rgb(7,190,202); }

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