#07BECB

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

Shades of Iris Blue #07BECB

Tints of Iris Blue #07BECB

Color information

#07BECB (or 0x07BECB) is unknown color: approx Iris Blue. HEX triplet: 07, BE and CB. RGB value is (7,190,203). Sum of RGB (Red+Green+Blue) = 7+190+203=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #07BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BECB is #F84134. Grayscale: #888888. Windows color (decimal): -16269621 or 13352455. OLE color: 13352455.

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

Color convert

RGB7190203-
CMYK0.970.0600.20
HSL183.98º93.33%41.18%-
HSV(B)183.98º96.55%79.61%-
XYZ29.2841.1862.91-
YUV136.76165.3735.44-

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.5%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=1.75%
G=47.5%
B=50.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71902030.970.0600.20183.9893.3341.18
Hex7BECB616014b85d29
Octal7276313141602427013551
Binary11110111110110010111100001110010100101110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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